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 file included from ./boost/random.hpp:52:0, from libs/decimal/test/test_boost_math_univariate_stats.cpp:46: ./boost/random/xoshiro.hpp:98:40: error: "_MSVC_LANG" is not defined, evaluates to 0 [-Werror=undef] #if (__cplusplus >= 201703L || _MSVC_LANG >= 201703L) && defined(__cpp_hex_float) && __cpp_hex_float >= 201603L ^~~~~~~~~~ ./boost/random/xoshiro.hpp:107:40: error: "_MSVC_LANG" is not defined, evaluates to 0 [-Werror=undef] #if (__cplusplus >= 201703L || _MSVC_LANG >= 201703L) && defined(__cpp_hex_float) && __cpp_hex_float >= 201603L ^~~~~~~~~~ ./boost/random/xoshiro.hpp:116:40: error: "_MSVC_LANG" is not defined, evaluates to 0 [-Werror=undef] #if (__cplusplus >= 201703L || _MSVC_LANG >= 201703L) && defined(__cpp_hex_float) && __cpp_hex_float >= 201603L ^~~~~~~~~~ ./boost/random/xoshiro.hpp:304:40: error: "_MSVC_LANG" is not defined, evaluates to 0 [-Werror=undef] #if (__cplusplus >= 201703L || _MSVC_LANG >= 201703L) && defined(__cpp_hex_float) && __cpp_hex_float >= 201603L ^~~~~~~~~~ ./boost/random/xoshiro.hpp:313:40: error: "_MSVC_LANG" is not defined, evaluates to 0 [-Werror=undef] #if (__cplusplus >= 201703L || _MSVC_LANG >= 201703L) && defined(__cpp_hex_float) && __cpp_hex_float >= 201603L ^~~~~~~~~~ ./boost/random/xoshiro.hpp:322:40: error: "_MSVC_LANG" is not defined, evaluates to 0 [-Werror=undef] #if (__cplusplus >= 201703L || _MSVC_LANG >= 201703L) && defined(__cpp_hex_float) && __cpp_hex_float >= 201603L ^~~~~~~~~~ ./boost/random/xoshiro.hpp:458:40: error: "_MSVC_LANG" is not defined, evaluates to 0 [-Werror=undef] #if (__cplusplus >= 201703L || _MSVC_LANG >= 201703L) && defined(__cpp_hex_float) && __cpp_hex_float >= 201603L ^~~~~~~~~~ ./boost/random/xoshiro.hpp:467:40: error: "_MSVC_LANG" is not defined, evaluates to 0 [-Werror=undef] #if (__cplusplus >= 201703L || _MSVC_LANG >= 201703L) && defined(__cpp_hex_float) && __cpp_hex_float >= 201603L ^~~~~~~~~~ ./boost/random/xoshiro.hpp:476:40: error: "_MSVC_LANG" is not defined, evaluates to 0 [-Werror=undef] #if (__cplusplus >= 201703L || _MSVC_LANG >= 201703L) && defined(__cpp_hex_float) && __cpp_hex_float >= 201603L ^~~~~~~~~~ cc1plus: all warnings being treated as errors
The text was updated successfully, but these errors were encountered:
mborland
Successfully merging a pull request may close this issue.
The text was updated successfully, but these errors were encountered: