locale_facets.tcc: Add pragma GCC system_header.
authorBenjamin Kosnik <bkoz@redhat.com>
Sat, 16 Feb 2002 19:33:43 +0000 (19:33 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Sat, 16 Feb 2002 19:33:43 +0000 (19:33 +0000)
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

libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/basic_ios.tcc
libstdc++-v3/include/bits/basic_string.tcc
libstdc++-v3/include/bits/fstream.tcc
libstdc++-v3/include/bits/istream.tcc
libstdc++-v3/include/bits/locale_facets.tcc
libstdc++-v3/include/bits/ostream.tcc
libstdc++-v3/include/bits/sstream.tcc
libstdc++-v3/include/bits/streambuf.tcc

index d52cefed50bbb38178c048e129d9bf6168539b35..655d030ca70c71837413487c2266dfd1bb352fa1 100644 (file)
@@ -1,3 +1,14 @@
+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.
+
 2002-02-15  Benjamin Kosnik  <bkoz@redhat.com>
 
        * include/std/std_iosfwd.h: Don't guard typedefs with
index 63b797c0b2ed189e91c09211685b540c06f27817..4db4a82d5acac3a063e7f9b1a24277d4a18212d5 100644 (file)
@@ -30,6 +30,8 @@
 #ifndef _CPP_BITS_BASICIOS_TCC
 #define _CPP_BITS_BASICIOS_TCC 1
 
+#pragma GCC system_header
+
 namespace std
 {
   template<typename _CharT, typename _Traits>
index dd5038ffe0d1f631ca003a83423126309e6d1afe..dce9b38fcb498ea475b7d58410017c8d05a6d290 100644 (file)
@@ -41,6 +41,8 @@
 #ifndef _CPP_BITS_STRING_TCC
 #define _CPP_BITS_STRING_TCC 1
 
+#pragma GCC system_header
+
 namespace std
 {
   template<typename _CharT, typename _Traits, typename _Alloc>
index e6132d2b31aee8b1cef830cc05d752e95a987541..0d0882619e813e4aa8b4611b0590d0781ae80d94 100644 (file)
@@ -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>
index 566db2e15a1716a83b86ff6ba77d26357716bb3c..4a32c659be4e8dda2d6a834ba267158c1f0d7c28 100644 (file)
@@ -32,6 +32,8 @@
 // ISO C++ 14882: 27.6.2  Output streams
 //
 
+#pragma GCC system_header
+
 #include <locale>
 #include <ostream> // For flush()
 
index efea5728c97bbc7dcd1628acb1ff9423d9a5a5aa..9d275c16c4c5ed589acf0bc8c89d565809b7d49f 100644 (file)
@@ -33,6 +33,8 @@
 #ifndef _CPP_BITS_LOCFACETS_TCC
 #define _CPP_BITS_LOCFACETS_TCC 1
 
+#pragma GCC system_header
+
 #include <cerrno>
 #include <clocale>   // For localeconv
 #include <cstdlib>   // For strof, strtold
index 3182ff337693ff8c401c33231303c6ef2206856c..91c1b1248058b5e310356e93116347e000a17a32 100644 (file)
@@ -32,6 +32,8 @@
 // ISO C++ 14882: 27.6.2  Output streams
 //
 
+#pragma GCC system_header
+
 #include <locale>
 
 namespace std 
index 884c190877f7c9bbd011fee432ca3ffa785ca08a..f83bb697dcc5385ac28428a829338e8f3b3f77cf 100644 (file)
@@ -35,6 +35,8 @@
 #ifndef _CPP_BITS_SSTREAM_TCC
 #define _CPP_BITS_SSTREAM_TCC  1
 
+#pragma GCC system_header
+
 #include <sstream>
 
 namespace std
index c4cec0fd939112856469670ba7ccea27807909a8..dc7921527d91f70c5b31dce7386af1ba54e391c6 100644 (file)
@@ -35,6 +35,8 @@
 #ifndef _CPP_BITS_STREAMBUF_TCC
 #define _CPP_BITS_STREAMBUF_TCC 1
 
+#pragma GCC system_header
+
 namespace std 
 {
   template<typename _CharT, typename _Traits>