aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/ext/vstring.tcc
diff options
context:
space:
mode:
authorJason Merrill <jason@redhat.com>2007-05-08 02:50:32 -0400
committerJason Merrill <jason@gcc.gnu.org>2007-05-08 02:50:32 -0400
commitfba10f59ff91d320e2466a158816c47ae8a25c65 (patch)
tree77b7f196ade1cff1541402dea2bac451bf77399c /libstdc++-v3/include/ext/vstring.tcc
parentac97d816a6cbc700f4808223e21d6bdb50e4dd66 (diff)
downloadgcc-fba10f59ff91d320e2466a158816c47ae8a25c65.zip
gcc-fba10f59ff91d320e2466a158816c47ae8a25c65.tar.gz
gcc-fba10f59ff91d320e2466a158816c47ae8a25c65.tar.bz2
cxxabi-internal.h: Remove, to be replaced by...
* 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. From-SVN: r124539
Diffstat (limited to 'libstdc++-v3/include/ext/vstring.tcc')
-rw-r--r--libstdc++-v3/include/ext/vstring.tcc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/include/ext/vstring.tcc b/libstdc++-v3/include/ext/vstring.tcc
index 7f3478a..8d5b1b5 100644
--- a/libstdc++-v3/include/ext/vstring.tcc
+++ b/libstdc++-v3/include/ext/vstring.tcc
@@ -38,7 +38,7 @@
#pragma GCC system_header
-#include <cxxabi-internal.h>
+#include <cxxabi-forced.h>
_GLIBCXX_BEGIN_NAMESPACE(__gnu_cxx)