File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
include/boost/decimal/detail/cmath Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1414namespace boost {
1515namespace decimal {
1616
17- constexpr auto quantexp (decimal32_t x) noexcept -> int;
18- constexpr auto quantexp (decimal_fast32_t x) noexcept -> int;
19- constexpr auto quantexp (decimal64_t x) noexcept -> int;
20- constexpr auto quantexp (decimal_fast64_t x) noexcept -> int;
21- constexpr auto quantexp (decimal128_t x) noexcept -> int;
22- constexpr auto quantexp (decimal_fast128_t x) noexcept -> int;
17+ BOOST_DECIMAL_EXPORT constexpr auto quantexp (decimal32_t x) noexcept -> int;
18+ BOOST_DECIMAL_EXPORT constexpr auto quantexp (decimal_fast32_t x) noexcept -> int;
19+ BOOST_DECIMAL_EXPORT constexpr auto quantexp (decimal64_t x) noexcept -> int;
20+ BOOST_DECIMAL_EXPORT constexpr auto quantexp (decimal_fast64_t x) noexcept -> int;
21+ BOOST_DECIMAL_EXPORT constexpr auto quantexp (decimal128_t x) noexcept -> int;
22+ BOOST_DECIMAL_EXPORT constexpr auto quantexp (decimal_fast128_t x) noexcept -> int;
2323
2424namespace detail {
2525
You can’t perform that action at this time.
0 commit comments