We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Zserio version and language Zserio: 2.14.0 Language: C++
Describe the bug Check for minimum C++ standard doesn't work in some cases.
Expected behavior The check will fire an error when C++ standard is lower than C++11.
Additional context The check is here
zserio/compiler/extensions/cpp/runtime/src/CMakeLists.txt
Lines 20 to 22 in aba07d1
It seems that when compilers uses a default C++ standard version which is lower than C++11, the check doesn't work.
See failed builds on conan-center-index for MacOS Clang 13 and gcc 5.
The text was updated successfully, but these errors were encountered:
See conan-io/conan-center-index#23846 (comment).
Sorry, something went wrong.
[#614] Fix checking of c++ standard in runtime
5c8f8ec
16deb96
Mi-La
No branches or pull requests
Zserio version and language
Zserio: 2.14.0
Language: C++
Describe the bug
Check for minimum C++ standard doesn't work in some cases.
Expected behavior
The check will fire an error when C++ standard is lower than C++11.
Additional context
The check is here
zserio/compiler/extensions/cpp/runtime/src/CMakeLists.txt
Lines 20 to 22 in aba07d1
It seems that when compilers uses a default C++ standard version which is lower than C++11, the check doesn't work.
See failed builds on conan-center-index for MacOS Clang 13 and gcc 5.
The text was updated successfully, but these errors were encountered: