|
From: <sv...@op...> - 2026-05-23 09:58:11
|
Author: manx Date: Sat May 23 11:58:02 2026 New Revision: 25345 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=25345 Log: [Imp] mpt/base/detect_quirks.hpp: libc++ 20 apparently has std::to_chars for floating point now. Modified: trunk/OpenMPT/src/mpt/base/detect_quirks.hpp Modified: trunk/OpenMPT/src/mpt/base/detect_quirks.hpp ============================================================================== --- trunk/OpenMPT/src/mpt/base/detect_quirks.hpp Fri May 22 13:42:51 2026 (r25344) +++ trunk/OpenMPT/src/mpt/base/detect_quirks.hpp Sat May 23 11:58:02 2026 (r25345) @@ -421,7 +421,7 @@ -#if (MPT_LIBCXX_MS && (MPT_MSVC_BEFORE(2019, 4) || !MPT_COMPILER_MSVC)) || MPT_LIBCXX_GNU_BEFORE(11) || MPT_LIBCXX_LLVM || MPT_LIBCXX_GENERIC +#if (MPT_LIBCXX_MS && (MPT_MSVC_BEFORE(2019, 4) || !MPT_COMPILER_MSVC)) || MPT_LIBCXX_GNU_BEFORE(11) || MPT_LIBCXX_LLVM_BEFORE(200000) || MPT_LIBCXX_GENERIC #define MPT_LIBCXX_QUIRK_NO_TO_CHARS_FLOAT #endif |