summaryrefslogtreecommitdiffstats
path: root/libstdc++-v3/include/bits/ostream.tcc
diff options
context:
space:
mode:
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>2007-05-08 06:50:32 +0000
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>2007-05-08 06:50:32 +0000
commit21672b0be04d4a661f0c9d5bb3b4f3afc285f8df (patch)
tree77b7f196ade1cff1541402dea2bac451bf77399c /libstdc++-v3/include/bits/ostream.tcc
parent691299da1dd1dbfe093244fb47ae61091002ac66 (diff)
downloadppe42-gcc-21672b0be04d4a661f0c9d5bb3b4f3afc285f8df.tar.gz
ppe42-gcc-21672b0be04d4a661f0c9d5bb3b4f3afc285f8df.zip
* libsupc++/cxxabi-internal.h: Remove, to be replaced by...
* libsupc++/cxxabi-forced.h: ...this new file. * include/ext/vstring.tcc: Include cxxabi-forced.h instead. * include/bits/istream.tcc: Likewise. * include/bits/ostream.tcc: Likewise. * include/bits/basic_string.tcc: Likewise. * include/bits/ostream_insert.h: Likewise. * include/bits/fstream.tcc: Likewise. * include/std/bitset: Likewise. * libsupc++/cxxabi.h: Restore previous contents. * Makefile.am (headers): Add cxxabi-forced.h. * Makefile.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@124539 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/include/bits/ostream.tcc')
-rw-r--r--libstdc++-v3/include/bits/ostream.tcc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/include/bits/ostream.tcc b/libstdc++-v3/include/bits/ostream.tcc
index c8bb8f65a7c..06facc0360b 100644
--- a/libstdc++-v3/include/bits/ostream.tcc
+++ b/libstdc++-v3/include/bits/ostream.tcc
@@ -43,7 +43,7 @@
#pragma GCC system_header
-#include <cxxabi-internal.h>
+#include <cxxabi-forced.h>
_GLIBCXX_BEGIN_NAMESPACE(std)
OpenPOWER on IntegriCloud