Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
| Lars> ostream & operator<<(ostream &, <foo>);
|
| OK, so I included "debug.h" in places which define these operators. It
| would seem more reasonable to me to define a LOStreams.h header (like
| LString.h) which sets up ostreams correctly for our own use. Is that
| OK with you?
ok...I can live with that...
|
| If we used so-called non-modern STL, shouldn't we add a typedef for
| streamsize?
streamsize should exist in "not-so-new" implementations of the
iostreams too.
| I'll think more about the debugstream definition later...
??
Lgb