From: Magnus Fromreide Date: Mon, 24 Apr 2000 17:34:26 +0000 (+0200) Subject: sstream: New file. X-Git-Tag: prereleases/gcc-2.95.3-test1~69 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=21e34b883a484716570523f686da0cb47f12b94e;p=thirdparty%2Fgcc.git sstream: New file. * sstream: New file. * Makefile.in (HEADERS): Add it. From-SVN: r33382 --- diff --git a/libstdc++/ChangeLog b/libstdc++/ChangeLog index a358e5d0fcb4..f0e953012b64 100644 --- a/libstdc++/ChangeLog +++ b/libstdc++/ChangeLog @@ -1,3 +1,8 @@ +2000-04-24 Magnus Fromreide + + * sstream: New file. + * Makefile.in (HEADERS): Add it. + 2000-03-12 Gabriel Dos Reis * std/bastring.h (basic_string<>::push_back): Define. diff --git a/libstdc++/Makefile.in b/libstdc++/Makefile.in index eb9ec77412c5..f13eddcf2945 100644 --- a/libstdc++/Makefile.in +++ b/libstdc++/Makefile.in @@ -28,7 +28,8 @@ HEADERS= cassert cctype cerrno cfloat ciso646 climits clocale cmath complex \ cwchar cwctype string stdexcept \ algorithm deque functional hash_map hash_set iterator list map \ memory numeric pthread_alloc queue rope set slist stack utility \ - vector fstream iomanip iostream strstream iosfwd bitset valarray + vector fstream iomanip iostream strstream iosfwd bitset valarray \ + sstream ARLIB = libstdc++.a.$(VERSION) ARLINK = libstdc++.a