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
In CMakeLists.txt the C++ standard is set to C++17.
gazer/CMakeLists.txt
Line 9 in ec1994d
However, when building the code with Travis, the building process might fail with an error (header <charconv> is part of the C++17 standard): https://travis-ci.com/github/ftsrg/gazer/builds/183224034
<charconv>
[ 87%] Building CXX object tools/gazer-theta/CMakeFiles/GazerBackendTheta.dir/lib/ThetaVerifier.cpp.o /home/travis/build/ftsrg/gazer/tools/gazer-theta/lib/ThetaVerifier.cpp:33:10: fatal error: 'charconv' file not found #include <charconv> ^~~~~~~~~~ 1 error generated.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In CMakeLists.txt the C++ standard is set to C++17.
gazer/CMakeLists.txt
Line 9 in ec1994d
However, when building the code with Travis, the building process might fail with an error (header
<charconv>
is part of the C++17 standard):https://travis-ci.com/github/ftsrg/gazer/builds/183224034
The text was updated successfully, but these errors were encountered: