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

Xoshiro Wundef #122

Closed
mborland opened this issue Jan 31, 2025 · 0 comments · Fixed by #123
Closed

Xoshiro Wundef #122

mborland opened this issue Jan 31, 2025 · 0 comments · Fixed by #123
Assignees
Labels

Comments

@mborland
Copy link
Member

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
@mborland mborland added the bug label Jan 31, 2025
@mborland mborland self-assigned this Jan 31, 2025
@mborland mborland changed the title Xoshiro Wunder Xoshiro Wundef Jan 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant