We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32aef74 commit f51e1b9Copy full SHA for f51e1b9
include/boost/math/cstdfloat/cstdfloat_limits.hpp
@@ -24,7 +24,7 @@
24
#pragma GCC system_header
25
#endif
26
27
- #if defined(BOOST_CSTDFLOAT_HAS_INTERNAL_FLOAT128_T) && defined(BOOST_MATH_USE_FLOAT128) && !defined(BOOST_CSTDFLOAT_NO_LIBQUADMATH_SUPPORT)
+ #if defined(BOOST_CSTDFLOAT_HAS_INTERNAL_FLOAT128_T) && defined(BOOST_MATH_USE_FLOAT128) && !defined(BOOST_CSTDFLOAT_NO_LIBQUADMATH_SUPPORT) && (!defined(__GNUC__) || (defined(__GNUC__) && __GNUC__ < 14))
28
29
#include <limits>
30
#include <boost/math/tools/nothrow.hpp>
0 commit comments