We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a333eb commit 0a6b08cCopy full SHA for 0a6b08c
include/boost/math/special_functions/fast_float_distance.hpp
@@ -63,7 +63,7 @@ boost::multiprecision::int128_type fast_float_distance(boost::multiprecision::fl
63
BOOST_MATH_THROW_EXCEPTION(std::domain_error("Both arguments to fast_float_distnace must be finite"));
64
}
65
66
- static_assert(sizeof(boost::multiprecision::int128_type) == sizeof(boost::multiprecision::float128_type));
+ static_assert(sizeof(boost::multiprecision::int128_type) == sizeof(boost::multiprecision::float128_type), "float128 is the wrong size");
67
68
boost::multiprecision::int128_type ai;
69
boost::multiprecision::int128_type bi;
0 commit comments