2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-19 04:22:09 +00:00

Merge pull request #1273 from boostorg/Wundef

This commit is contained in:
Matt Borland
2025-06-12 07:59:28 -04:00
committed by GitHub

View File

@@ -200,7 +200,7 @@
// C++23
#if __cplusplus > 202002L || (defined(_MSVC_LANG) &&_MSVC_LANG > 202002L)
# if __GNUC__ >= 13
# if defined(__GNUC__) && __GNUC__ >= 13
// libstdc++3 only defines to/from_chars for std::float128_t when one of these defines are set
// otherwise we're right out of luck...
# if defined(_GLIBCXX_LDOUBLE_IS_IEEE_BINARY128) || defined(_GLIBCXX_HAVE_FLOAT128_MATH)