Skip to content

Commit 987b021

Browse files
committed
Add export
1 parent 67c5356 commit 987b021

File tree

1 file changed

+1
-1
lines changed
  • include/boost/decimal/detail/cmath

1 file changed

+1
-1
lines changed

include/boost/decimal/detail/cmath/nan.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ BOOST_DECIMAL_EXPORT constexpr auto snand128(const char* arg) noexcept -> decima
9797
return detail::nan_impl<decimal128_t, true>(arg);
9898
}
9999

100-
template <typename T>
100+
BOOST_DECIMAL_EXPORT template <typename T>
101101
constexpr auto read_payload(const T value) noexcept
102102
BOOST_DECIMAL_REQUIRES_RETURN(detail::is_ieee_type_v, T, typename T::significand_type)
103103
{

0 commit comments

Comments
 (0)