diff options
author | Jonathan Wakely <jwakely@redhat.com> | 2016-05-13 15:47:46 +0100 |
---|---|---|
committer | Jonathan Wakely <redi@gcc.gnu.org> | 2016-05-13 15:47:46 +0100 |
commit | 541a9b104b6e842a81326f9d671b19b8ae69cd05 (patch) | |
tree | fa8e7806cffae6198337e689124526ed10dd0d36 /libstdc++-v3/include/debug/string | |
parent | ac3d02e247208eff86d084d9f7517adc74f9751c (diff) | |
download | gcc-541a9b104b6e842a81326f9d671b19b8ae69cd05.tar.gz |
libstdc++/71073 add system_header pragma to Debug Mode headers
PR libstdc++/71073
* include/debug/bitset: Add #pragma GCC system_header.
* include/debug/deque: Likewise.
* include/debug/list: Likewise.
* include/debug/map: Likewise.
* include/debug/set: Likewise.
* include/debug/string: Likewise.
* include/debug/unordered_map: Likewise.
* include/debug/unordered_set: Likewise.
* include/debug/vector: Likewise.
* include/debug/functions.h: Adjust whitespace.
From-SVN: r236211
Diffstat (limited to 'libstdc++-v3/include/debug/string')
-rw-r--r-- | libstdc++-v3/include/debug/string | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libstdc++-v3/include/debug/string b/libstdc++-v3/include/debug/string index 7edc6658c0c..137974d724f 100644 --- a/libstdc++-v3/include/debug/string +++ b/libstdc++-v3/include/debug/string @@ -29,6 +29,8 @@ #ifndef _GLIBCXX_DEBUG_STRING #define _GLIBCXX_DEBUG_STRING 1 +#pragma GCC system_header + #include <string> #include <debug/safe_sequence.h> #include <debug/safe_container.h> |