------- Comment #2 from skalyan_g at yahoo dot co dot in 2010-03-30 06:01 ------- (In reply to comment #1) > First off your find will only find files named exactly strstream. > And second strstream.h never existed and is not part of the C++ standard > (strstream is not either). > You should use stringstream instead.
I belive the backward compactibilty should be exits.Also i think the old style library's is with .h extension(strstream.h,iostream.h....) and new style is without .h extension(strstream,iostream....) I amtrying build with old source code which was written years back. My code is inculde strstream.h library,but i didnt not see that library in inculde directory. lxdenvdss02.dev.qintra.com#[/usr] find . -name strstream.h lxdenvdss02.dev.qintra.com#[/usr] find . -name strstream ./include/c++/3.4.6/backward/strstream ./include/c++/4.1.1/backward/strstream -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43586