Skip to content
This repository was archived by the owner on Jan 26, 2024. It is now read-only.

fix: use std::invoke_result instead of std::result_of - #143

Open
trezz wants to merge 1 commit into
opentracing:masterfrom
trezz:trezz-support-c++17
Open

fix: use std::invoke_result instead of std::result_of#143
trezz wants to merge 1 commit into
opentracing:masterfrom
trezz:trezz-support-c++17

Conversation

@trezz

@trezz trezz commented Jan 13, 2022

Copy link
Copy Markdown

std::result_of was deprecated in c++17 and removed in c++20.

This PR configures the project to use c++17 if the compiler supports it and use std::invoke_result instead of std::result_of.

If the compiler doesn't support c++17, the project is configured to fallback to c++11 and still use std::result_of.

std::result_of was deprecated in c++17 and removed in c++20. This commit
configures the project to use c++17 if the compiler supports it and use
std::invoke_result instead of std::result_of.

If the compiler doesn't support c++17, the project is configured to fallback to
c++11 and still use std::result_of.
@perseoGI

perseoGI commented Sep 1, 2023

Copy link
Copy Markdown

Any update on this????

@perseoGI

Copy link
Copy Markdown

Is anyone taking care of this library?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants