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
Compiling with clang in C++23 mode, we get the following warning:
/opt/homebrew/opt/[email protected]/include/boost/multiprecision/cpp_bin_float.hpp:2272:11: warning: 'float_denorm_style' is deprecated [-Wdeprecated-declarations] 2272 | constexpr float_denorm_style numeric_limits<boost::multiprecision::number<boost::multiprecision::cpp_bin_float<Digits, DigitBase, Allocator, Exponent, MinE, MaxE>, ExpressionTemplates> >::has_denorm; | ^ /opt/homebrew/opt/llvm/bin/../include/c++/v1/limits:129:6: note: 'float_denorm_style' has been explicitly marked deprecated here 129 | enum _LIBCPP_DEPRECATED_IN_CXX23 float_denorm_style { | ^
Low priority obviously. . .
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Compiling with clang in C++23 mode, we get the following warning:
Low priority obviously. . .
The text was updated successfully, but these errors were encountered: