This has been on my to-do list for about three years. I guess that something 
finally snapped ;-)


Attached is a patch which moves
        src/LString.h           ->      src/support/std_string.h
        src/Lsstream.h          ->      src/support/std_sstream.h
        src/support/LIstream.h  ->      src/support/std_istream.h
        src/support/LOstream.h  ->      src/support/std_ostream.h
It also removes the
        using std::istringstream;
        using std::ostringstream;
        using std::stringstream;
from Lsstream.h (std_sstream.h) and puts them in the appropriate .C files.

Finally, I took the opportunity to rearrange the #includes in many files 
into some sort of alphabetical order (respecting the local before global 
inclusion rules of course).

Ok to apply?
-- 
Angus

Attachment: std.diff.bz2
Description: BZip2 compressed data

Reply via email to