Am Samstag, 24. Juli 2004 01:39 schrieb Lars Gullik Bjønnes: > > 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.
Good. Unfortunately Spacing.C does not compile on gcc2.95+STLPort anymore, because Spacing.h needs std::string. I don't know how the policy is: #include <string> in Spacing.h or move the #include <string> in Spacing.C before #include "Spacing.h" ? Georg