Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is g3log compatible with C++ 14 or C++ 17 #501

Closed
wluter opened this issue Sep 9, 2023 · 8 comments
Closed

Is g3log compatible with C++ 14 or C++ 17 #501

wluter opened this issue Sep 9, 2023 · 8 comments
Assignees

Comments

@wluter
Copy link

wluter commented Sep 9, 2023

The home page for g3log says "G3log is made with plain C++14 (C++11 support" but it calls the template function std::invoke_result_t which is available only from c++ 17.

I am having difficulty compiling it with an MFC application due to version compatibility problems.

@wluter wluter added the question label Sep 9, 2023
@KjellKod
Copy link
Owner

KjellKod commented Sep 9, 2023

Hi. Thanks for calling that out. I need to clear that up in the documentation

Please check the release information for the last release that supported C++14

@wluter
Copy link
Author

wluter commented Sep 9, 2023

Thanks for the quick response

@KjellKod
Copy link
Owner

KjellKod commented Sep 9, 2023 via email

@wluter
Copy link
Author

wluter commented Sep 11, 2023

I took a look at updating and submit PR but wasn't sure how to change the web page where the error is.

@KjellKod
Copy link
Owner

KjellKod commented Sep 12, 2023 via email

@wluter
Copy link
Author

wluter commented Nov 12, 2023 via email

@KjellKod
Copy link
Owner

completed in #502

@KjellKod
Copy link
Owner

@wluter I can recommend githelpers as a much nicer way to search in git repos, alternatively, just looking at their aliases and use something similar

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants