From 21e34b883a484716570523f686da0cb47f12b94e Mon Sep 17 00:00:00 2001 From: Magnus Fromreide Date: Mon, 24 Apr 2000 19:34:26 +0200 Subject: [PATCH] sstream: New file. * sstream: New file. * Makefile.in (HEADERS): Add it. From-SVN: r33382 --- libstdc++/ChangeLog | 5 +++++ libstdc++/Makefile.in | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) 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 -- 2.47.3