diff options
Diffstat (limited to 'libcxx/include/__config')
-rw-r--r-- | libcxx/include/__config | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libcxx/include/__config b/libcxx/include/__config index 7e47f44790c..14ecb8fb426 100644 --- a/libcxx/include/__config +++ b/libcxx/include/__config @@ -492,11 +492,6 @@ namespace std { #define _LIBCPP_ALWAYS_INLINE __attribute__ ((__always_inline__)) -// No apple compilers support ""d and ""y at this time. -#if _LIBCPP_CLANG_VER < 800 || defined(__apple_build_version__) -#define _LIBCPP_HAS_NO_CXX20_CHRONO_LITERALS -#endif - #elif defined(_LIBCPP_COMPILER_GCC) #define _ALIGNAS(x) __attribute__((__aligned__(x))) |