Skip to content

Commit

Permalink
Fix macro for issignaling test
Browse files Browse the repository at this point in the history
  • Loading branch information
mborland committed Jan 3, 2025
1 parent 933e314 commit 0cd42b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/boost/charconv/detail/issignaling.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ namespace boost { namespace charconv { namespace detail {
template <typename T>
inline bool issignaling BOOST_PREVENT_MACRO_SUBSTITUTION (T x) noexcept;

#if BOOST_CHARCONV_LDBL_BITS == 128
#if BOOST_CHARCONV_LDBL_BITS == 128 || defined(BOOST_CHARCONV_HAS_QUADMATH)

struct words128
{
Expand Down

0 comments on commit 0cd42b7

Please sign in to comment.