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

C++20 __cplusplus value #49

Open
xavier2k6 opened this issue Aug 3, 2022 · 9 comments
Open

C++20 __cplusplus value #49

xavier2k6 opened this issue Aug 3, 2022 · 9 comments

Comments

@xavier2k6
Copy link

Shouldn't the __cplusplus value for C++20 be 202002L as per https://docs.microsoft.com/en-us/cpp/build/reference/zc-cplusplus?view=msvc-170

#define nsel_CPP20_OR_GREATER ( nsel_CPLUSPLUS >= 202000L )

@martinmoene
Copy link
Owner

Thanks, sure :)

C++20 had been speculative:

// C++ language version detection (C++20 is speculative):

@xavier2k6
Copy link
Author

C++20 had been speculative:

// C++ language version detection (C++20 is speculative):

👍

Maybe, that can now be changed to (C++23 is speculative) if you make the other change/release. 🤣

@xavier2k6
Copy link
Author

@martinmoene I'm not sure if you are aware but the 2016 runner images have been removed from github actions..... only 2019/2022 are available now as of 31st July.......CI needs to be updated too.

@martinmoene
Copy link
Owner

@xavier2k6 ah, thanks, wasn't aware of it yet.

@xavier2k6
Copy link
Author

@martinmoene AppVeyor is still showing Queued? Will there be a 0.6.2 release anytime soon?

@martinmoene
Copy link
Owner

@xavier2k6 will try to release 0.6.2 today-ish.

@martinmoene
Copy link
Owner

@xavier2k6 expected-lite 0.6.2 released, conan update PR sent.

@martinmoene
Copy link
Owner

Dunno yet what'sup with AppVeyor...

@xavier2k6
Copy link
Author

I don't think I can help you with that......may have just been a glitch in the matrix! 🤣

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

No branches or pull requests

2 participants