Просмотр исходного кода
. use own boost::io::outsstream as a stringstream with clear_buffer() feature
(35% speed-up when reusing format objects with gcc-3)
and makes it easier to support gcc-2.95
. workarounds for gcc-2.95'sSGI stdlib ( basic_foo<Ch, Tr> classes declared and
non-defined except a partial specialisation basic_foo<char, Tr>
which is defined by deriving foo (foo being ostream, streambuf, ios, ..)
. small clean-ups
[SVN r19975]