Skip to content

Commit 26de5b9

Browse files
authored
Merge pull request #993 from boostorg/float128
Disable numeric_limits specialization for GCC-14
2 parents 32aef74 + f51e1b9 commit 26de5b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/boost/math/cstdfloat/cstdfloat_limits.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
#pragma GCC system_header
2525
#endif
2626

27-
#if defined(BOOST_CSTDFLOAT_HAS_INTERNAL_FLOAT128_T) && defined(BOOST_MATH_USE_FLOAT128) && !defined(BOOST_CSTDFLOAT_NO_LIBQUADMATH_SUPPORT)
27+
#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))
2828

2929
#include <limits>
3030
#include <boost/math/tools/nothrow.hpp>

0 commit comments

Comments
 (0)