diff options
author | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-07-30 16:51:51 +0000 |
---|---|---|
committer | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-07-30 16:51:51 +0000 |
commit | 9449c28d9188fe66b54c52d98aa749f777ad828c (patch) | |
tree | 13412ed55892985c0028f92bab3bdc7cee7a18ef /libstdc++-v3/include/std/std_streambuf.h | |
parent | 26012736fbfd2f0034b3d605411cadf66bfa80f9 (diff) | |
download | ppe42-gcc-9449c28d9188fe66b54c52d98aa749f777ad828c.tar.gz ppe42-gcc-9449c28d9188fe66b54c52d98aa749f777ad828c.zip |
2003-07-30 Benjamin Kosnik <bkoz@redhat.com>
* include/bits/c++config (_GLIBCXX_FULLY_COMPLIANT_HEADERS): Remove.
(_GLIBCXX_NO_TEMPLATE_EXPORT): To _GLIBCXX_EXPORT_TEMPLATE.
(_GLIBCXX_AT_AT): Remove.
(__USE_MALLOC): Remove.
* include/std/std_fstream.h: Modify.
* include/bits/basic_ios.h: Same.
* include/bits/valarray_array.h: Same.
* include/c_std/std_cmath.h: Same.
* include/c_std/cmath.tcc: Same.
* include/std/std_vector.h: Same.
* include/std/std_string.h: Same.
* include/std/std_stack.h: Same.
* include/std/std_queue.h: Same.
* include/std/std_list.h: Same.
* include/std/std_deque.h: Same.
* include/std/std_streambuf.h: Same.
* include/std/std_sstream.h: Same.
* include/std/std_ostream.h: Same.
* include/std/std_istream.h: Same.
* include/bits/valarray_array.tcc: Same, format.
* include/c/std_cctype.h: Fix include guards.
* include/c/std_cerrno.h: Same.
* include/c/std_cfloat.h: Same.
* include/c/std_climits.h: Same.
* include/c/std_clocale.h: Same.
* include/c/std_cmath.h: Same.
* include/c/std_csetjmp.h: Same.
* include/c/std_csignal.h: Same.
* include/c/std_cstdarg.h: Same.
* include/c/std_cstddef.h: Same.
* include/c/std_cstdio.h: Same.
* include/c/std_cstdlib.h: Same.
* include/c/std_cstring.h: Same.
* include/c/std_ctime.h: Same.
* include/c/std_cwchar.h: Same.
* include/c/std_cwctype.h: Same.
* include/c_std/cmath.tcc: Same.
* include/c_std/std_cmath.h: Same.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69961 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/include/std/std_streambuf.h')
-rw-r--r-- | libstdc++-v3/include/std/std_streambuf.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/libstdc++-v3/include/std/std_streambuf.h b/libstdc++-v3/include/std/std_streambuf.h index ad639d3b1cd..3c144987306 100644 --- a/libstdc++-v3/include/std/std_streambuf.h +++ b/libstdc++-v3/include/std/std_streambuf.h @@ -777,11 +777,8 @@ namespace std }; } // namespace std -#ifdef _GLIBCXX_NO_TEMPLATE_EXPORT -# define export -#endif -#ifdef _GLIBCXX_FULLY_COMPLIANT_HEADERS -#include <bits/streambuf.tcc> +#ifndef _GLIBCXX_EXPORT_TEMPLATE +# include <bits/streambuf.tcc> #endif #endif /* _GLIBCXX_STREAMBUF */ |