From fa6b9e401085c0a210daf81ae79af6dd0144f129 Mon Sep 17 00:00:00 2001 From: Arthur O'Dwyer Date: Tue, 1 Feb 2022 20:16:40 -0500 Subject: [libc++] Normalize all our '#pragma GCC system_header', and regression-test. Now we'll notice if a header forgets to include this magic phrase. Differential Revision: https://reviews.llvm.org/D118800 --- libcxx/include/stack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libcxx/include/stack') diff --git a/libcxx/include/stack b/libcxx/include/stack index ad65d7b..87d85c4 100644 --- a/libcxx/include/stack +++ b/libcxx/include/stack @@ -107,7 +107,7 @@ template #include #if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER) -#pragma GCC system_header +# pragma GCC system_header #endif _LIBCPP_BEGIN_NAMESPACE_STD -- cgit v1.1