aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/stack
diff options
context:
space:
mode:
authorArthur O'Dwyer <arthur.j.odwyer@gmail.com>2022-02-01 20:16:40 -0500
committerArthur O'Dwyer <arthur.j.odwyer@gmail.com>2022-02-04 12:27:19 -0500
commitfa6b9e401085c0a210daf81ae79af6dd0144f129 (patch)
tree59c606f21dd9365a842dada00ab1cfa881a3f99f /libcxx/include/stack
parent55cd727c9ad1f2924cb43d7316b5cc050422e441 (diff)
downloadllvm-fa6b9e401085c0a210daf81ae79af6dd0144f129.zip
llvm-fa6b9e401085c0a210daf81ae79af6dd0144f129.tar.gz
llvm-fa6b9e401085c0a210daf81ae79af6dd0144f129.tar.bz2
[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
Diffstat (limited to 'libcxx/include/stack')
-rw-r--r--libcxx/include/stack2
1 files changed, 1 insertions, 1 deletions
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 <class T, class Container>
#include <version>
#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
-#pragma GCC system_header
+# pragma GCC system_header
#endif
_LIBCPP_BEGIN_NAMESPACE_STD