In src/uipp/prompter/GARCommand.C, is now:

#if defined(HAVE_SSTREAM)
#include <sstream>
#elif defined(HAVE_STRSTREAM_H)
#include <strstream.h>
#elif defined(HAVE_STRSTREA_H)
#include <strstrea.h>
#endif


Why can't all that simply be replaced by:

#include <strstream>

Same in src/uipp/startup/StartupCommand.C and
uipp/startup/StartupApplication.h and
uipp/prompter/GARApplication.h .

(Notice that in the two .h files the testing for HAVE_STRSTREA_H
is done twice !!).


What systems so not comply to the single statement
"#include <strstream>" ?

Regards,
Rob.

Reply via email to