File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -583,11 +583,11 @@ typedef __char32_t char32_t;
583
583
# endif
584
584
585
585
// TODO: Remove this workaround once we drop support for Clang 16
586
- # if __has_warning("-Wc++23-extensions")
587
- # define _LIBCPP_CLANG_DIAGNOSTIC_IGNORED_CXX23_EXTENSION _LIBCPP_CLANG_DIAGNOSTIC_IGNORED (" -Wc++23-extensions" )
588
- # else
589
- # define _LIBCPP_CLANG_DIAGNOSTIC_IGNORED_CXX23_EXTENSION _LIBCPP_CLANG_DIAGNOSTIC_IGNORED (" -Wc++2b-extensions" )
590
- # endif
586
+ #if __has_warning("-Wc++23-extensions")
587
+ # define _LIBCPP_CLANG_DIAGNOSTIC_IGNORED_CXX23_EXTENSION _LIBCPP_CLANG_DIAGNOSTIC_IGNORED (" -Wc++23-extensions" )
588
+ #else
589
+ # define _LIBCPP_CLANG_DIAGNOSTIC_IGNORED_CXX23_EXTENSION _LIBCPP_CLANG_DIAGNOSTIC_IGNORED (" -Wc++2b-extensions" )
590
+ #endif
591
591
592
592
// Clang modules take a significant compile time hit when pushing and popping diagnostics.
593
593
// Since all the headers are marked as system headers in the modulemap, we can simply disable this
You can’t perform that action at this time.
0 commit comments