summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/bits/fstream.tcc
diff options
context:
space:
mode:
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>2002-02-16 19:33:43 +0000
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>2002-02-16 19:33:43 +0000
commit24a7b0dd852cd1970990348320d47dd428451642 (patch)
tree5ffb691105d631184f0a1fc363635d642423e5c5 /libstdc++-v3/include/bits/fstream.tcc
parentb26f60fef4f88fc9103821a81f71b3e1e71e61ac (diff)
downloadgcc-24a7b0dd852cd1970990348320d47dd428451642.tar.gz
2002-02-16 Benjamin Kosnik <bkoz@redhat.com>
* include/bits/locale_facets.tcc: Add pragma GCC system_header. * include/bits/fstream.tcc: Same. * include/bits/sstream.tcc: Same. * include/bits/ostream.tcc: Same. * include/bits/istream.tcc: Same. * include/bits/streambuf.tcc: Same. * include/bits/basic_ios.tcc: Same. * include/bits/basic_string.tcc: Same. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49809 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/include/bits/fstream.tcc')
-rw-r--r--libstdc++-v3/include/bits/fstream.tcc2
1 files changed, 2 insertions, 0 deletions
diff --git a/libstdc++-v3/include/bits/fstream.tcc b/libstdc++-v3/include/bits/fstream.tcc
index e6132d2b31a..0d0882619e8 100644
--- a/libstdc++-v3/include/bits/fstream.tcc
+++ b/libstdc++-v3/include/bits/fstream.tcc
@@ -35,6 +35,8 @@
#ifndef _CPP_BITS_FSTREAM_TCC
#define _CPP_BITS_FSTREAM_TCC 1
+#pragma GCC system_header
+
namespace std
{
template<typename _CharT, typename _Traits>