Lars Gullik Bjønnes wrote: > I noticed that we in some places used <sstream> directly and not > "support/std_sstream.h". If we ever had HAVE_SSTREAM == false this > would have errored out. So since we have not seen this error, I took > the oppurtunity to get rid of the std_sstream stuff. > > The patch below does not remove the now unneeded files, but a final > commit will do that if we agree to apply this patch. > (I think it should be ok.)
Seems reasonable, given that gcc 2.95 users have to use STLPort anyway. Does the same rationale mean that support/std_[io]stream.h can go too? -- Angus