diff options
author | Benjamin Kosnik <bkoz@redhat.com> | 2002-02-16 19:33:43 +0000 |
---|---|---|
committer | Benjamin Kosnik <bkoz@gcc.gnu.org> | 2002-02-16 19:33:43 +0000 |
commit | 3b79452813062052bbba3ece4f3636bc6f332b7d (patch) | |
tree | 5ffb691105d631184f0a1fc363635d642423e5c5 /libstdc++-v3/include/bits/fstream.tcc | |
parent | 7303604fed90505f3a4a8e5e80d42c8321ed5adc (diff) | |
download | gcc-3b79452813062052bbba3ece4f3636bc6f332b7d.zip gcc-3b79452813062052bbba3ece4f3636bc6f332b7d.tar.gz gcc-3b79452813062052bbba3ece4f3636bc6f332b7d.tar.bz2 |
locale_facets.tcc: Add pragma GCC system_header.
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.
From-SVN: r49809
Diffstat (limited to 'libstdc++-v3/include/bits/fstream.tcc')
-rw-r--r-- | libstdc++-v3/include/bits/fstream.tcc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libstdc++-v3/include/bits/fstream.tcc b/libstdc++-v3/include/bits/fstream.tcc index e6132d2..0d08826 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> |