Skip to content

Commit b2b4688

Browse files
committed
Undo formatting
1 parent 7c2030b commit b2b4688

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

libcxx/include/__config

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -583,11 +583,11 @@ typedef __char32_t char32_t;
583583
# endif
584584

585585
// 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
591591

592592
// Clang modules take a significant compile time hit when pushing and popping diagnostics.
593593
// Since all the headers are marked as system headers in the modulemap, we can simply disable this

0 commit comments

Comments
 (0)