Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:

| Is that really a good idea? Using stringstream means currently lots of
| #ifdef in the code. So this can probably wait until many compilers
| support stringstream.

We should never use strstreams with at the same time support
stringstreams...until compilers and libraries begin to catch up.

Until then I think we should use str(ing)streams when it feels natural
and don't avoid them becusse of the #ifdef HAVE_SSTREAM #else #endif

        Lgb

Reply via email to