Commit 3b794528 by Benjamin Kosnik Committed by Benjamin Kosnik

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
parent 7303604f
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> 2002-02-15 Benjamin Kosnik <bkoz@redhat.com>
* include/std/std_iosfwd.h: Don't guard typedefs with * include/std/std_iosfwd.h: Don't guard typedefs with
......
...@@ -30,6 +30,8 @@ ...@@ -30,6 +30,8 @@
#ifndef _CPP_BITS_BASICIOS_TCC #ifndef _CPP_BITS_BASICIOS_TCC
#define _CPP_BITS_BASICIOS_TCC 1 #define _CPP_BITS_BASICIOS_TCC 1
#pragma GCC system_header
namespace std namespace std
{ {
template<typename _CharT, typename _Traits> template<typename _CharT, typename _Traits>
......
...@@ -41,6 +41,8 @@ ...@@ -41,6 +41,8 @@
#ifndef _CPP_BITS_STRING_TCC #ifndef _CPP_BITS_STRING_TCC
#define _CPP_BITS_STRING_TCC 1 #define _CPP_BITS_STRING_TCC 1
#pragma GCC system_header
namespace std namespace std
{ {
template<typename _CharT, typename _Traits, typename _Alloc> template<typename _CharT, typename _Traits, typename _Alloc>
......
...@@ -35,6 +35,8 @@ ...@@ -35,6 +35,8 @@
#ifndef _CPP_BITS_FSTREAM_TCC #ifndef _CPP_BITS_FSTREAM_TCC
#define _CPP_BITS_FSTREAM_TCC 1 #define _CPP_BITS_FSTREAM_TCC 1
#pragma GCC system_header
namespace std namespace std
{ {
template<typename _CharT, typename _Traits> template<typename _CharT, typename _Traits>
......
...@@ -32,6 +32,8 @@ ...@@ -32,6 +32,8 @@
// ISO C++ 14882: 27.6.2 Output streams // ISO C++ 14882: 27.6.2 Output streams
// //
#pragma GCC system_header
#include <locale> #include <locale>
#include <ostream> // For flush() #include <ostream> // For flush()
......
...@@ -33,6 +33,8 @@ ...@@ -33,6 +33,8 @@
#ifndef _CPP_BITS_LOCFACETS_TCC #ifndef _CPP_BITS_LOCFACETS_TCC
#define _CPP_BITS_LOCFACETS_TCC 1 #define _CPP_BITS_LOCFACETS_TCC 1
#pragma GCC system_header
#include <cerrno> #include <cerrno>
#include <clocale> // For localeconv #include <clocale> // For localeconv
#include <cstdlib> // For strof, strtold #include <cstdlib> // For strof, strtold
......
...@@ -32,6 +32,8 @@ ...@@ -32,6 +32,8 @@
// ISO C++ 14882: 27.6.2 Output streams // ISO C++ 14882: 27.6.2 Output streams
// //
#pragma GCC system_header
#include <locale> #include <locale>
namespace std namespace std
......
...@@ -35,6 +35,8 @@ ...@@ -35,6 +35,8 @@
#ifndef _CPP_BITS_SSTREAM_TCC #ifndef _CPP_BITS_SSTREAM_TCC
#define _CPP_BITS_SSTREAM_TCC 1 #define _CPP_BITS_SSTREAM_TCC 1
#pragma GCC system_header
#include <sstream> #include <sstream>
namespace std namespace std
......
...@@ -35,6 +35,8 @@ ...@@ -35,6 +35,8 @@
#ifndef _CPP_BITS_STREAMBUF_TCC #ifndef _CPP_BITS_STREAMBUF_TCC
#define _CPP_BITS_STREAMBUF_TCC 1 #define _CPP_BITS_STREAMBUF_TCC 1
#pragma GCC system_header
namespace std namespace std
{ {
template<typename _CharT, typename _Traits> template<typename _CharT, typename _Traits>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment