diff options
Diffstat (limited to 'libcxx/test/support/test_macros.h')
| -rw-r--r-- | libcxx/test/support/test_macros.h | 7 | 
1 files changed, 0 insertions, 7 deletions
| diff --git a/libcxx/test/support/test_macros.h b/libcxx/test/support/test_macros.h index c4e1600..8d88d6f 100644 --- a/libcxx/test/support/test_macros.h +++ b/libcxx/test/support/test_macros.h @@ -531,13 +531,6 @@ inline Tp const& DoNotOptimize(Tp const& value) {  #  define TEST_IF_AIX(arg_true, arg_false) arg_false  #endif -// Clang-18 has support for deducing this, but it does not set the FTM. -#ifdef _LIBCPP_USE_FROZEN_CXX03_HEADERS -// This is a C++20 featue, so we don't care whether the compiler could support it -#elif defined(_LIBCPP_VERSION) && _LIBCPP_HAS_EXPLICIT_THIS_PARAMETER -#  define TEST_HAS_EXPLICIT_THIS_PARAMETER -#endif -  // Placement `operator new`/`operator new[]` are not yet constexpr in C++26  // when using MS ABI, because they are from <vcruntime_new.h>.  #if defined(__cpp_lib_constexpr_new) && __cpp_lib_constexpr_new >= 202406L | 
