Skip to content

Commit

Permalink
strstream: Remove namespace std.
Browse files Browse the repository at this point in the history
2002-07-01  Benjamin Kosnik  <bkoz@redhat.com>

	* include/backward/strstream: Remove namespace std. Transfer to...
	* include/backward/strstream.h: ...here. Qualify std names.
	* src/strstream.cc: Remove namespace std.
	* include/Makefile.am (backward_headers): Remove strstream.h.
	* include/Makefile.in: Regenerate.
	* config/linker-map.gnu: Export strstream bits.

	* src/fstream-inst.cc: Tweak.
	* src/io-inst.cc: Same.
	* src/istream-inst.cc: Same.
	* src/misc-inst.cc: Same.
	* src/ostream-inst.cc: Same.
	* src/sstream-inst.cc: Same.
	* src/valarray-inst.cc: Same.
	* src/misc-inst.cc: Remove unused instantiations.

From-SVN: r55148
  • Loading branch information
Benjamin Kosnik authored and Benjamin Kosnik committed Jul 1, 2002
1 parent c1b92d0 commit eafa1af
Show file tree
Hide file tree
Showing 14 changed files with 518 additions and 576 deletions.
18 changes: 18 additions & 0 deletions libstdc++-v3/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
2002-07-01 Benjamin Kosnik <bkoz@redhat.com>

* include/backward/strstream: Remove namespace std. Transfer to...
* include/backward/strstream.h: ...here. Qualify std names.
* src/strstream.cc: Remove namespace std.
* include/Makefile.am (backward_headers): Remove strstream.h.
* include/Makefile.in: Regenerate.
* config/linker-map.gnu: Export strstream bits.

* src/fstream-inst.cc: Tweak.
* src/io-inst.cc: Same.
* src/istream-inst.cc: Same.
* src/misc-inst.cc: Same.
* src/ostream-inst.cc: Same.
* src/sstream-inst.cc: Same.
* src/valarray-inst.cc: Same.
* src/misc-inst.cc: Remove unused instantiations.

2002-07-01 Benjamin Kosnik <bkoz@redhat.com>

* configure.in (libtool_VERSION): Bump to 5:0:0.
Expand Down
6 changes: 5 additions & 1 deletion libstdc++-v3/config/linker-map.gnu
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,11 @@ GLIBCPP_3.1 {
std::_S_bit_count;
std::_S_first_one;
std::__default_alloc_template*;
std::__malloc_alloc_template*
std::__malloc_alloc_template*;
strstreambuf::*;
istrstream::*;
ostrstream::*;
strstream::*
};

# Names not in an 'extern' block are mangled names.
Expand Down
1 change: 0 additions & 1 deletion libstdc++-v3/include/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ backward_headers = \
${backward_srcdir}/vector.h \
${backward_srcdir}/fstream.h \
${backward_srcdir}/strstream.h \
${backward_srcdir}/strstream \
${backward_srcdir}/backward_warning.h

ext_srcdir = ${glibcpp_srcdir}/include/ext
Expand Down
1 change: 0 additions & 1 deletion libstdc++-v3/include/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,6 @@ backward_headers = \
${backward_srcdir}/vector.h \
${backward_srcdir}/fstream.h \
${backward_srcdir}/strstream.h \
${backward_srcdir}/strstream \
${backward_srcdir}/backward_warning.h


Expand Down
174 changes: 0 additions & 174 deletions libstdc++-v3/include/backward/strstream

This file was deleted.

Loading

0 comments on commit eafa1af

Please sign in to comment.