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 67c5356 commit 987b021Copy full SHA for 987b021
include/boost/decimal/detail/cmath/nan.hpp
@@ -97,7 +97,7 @@ BOOST_DECIMAL_EXPORT constexpr auto snand128(const char* arg) noexcept -> decima
97
return detail::nan_impl<decimal128_t, true>(arg);
98
}
99
100
-template <typename T>
+BOOST_DECIMAL_EXPORT template <typename T>
101
constexpr auto read_payload(const T value) noexcept
102
BOOST_DECIMAL_REQUIRES_RETURN(detail::is_ieee_type_v, T, typename T::significand_type)
103
{
0 commit comments