Brad King 94de982902 Avoid direct use of std::(o|)stringstream (#13272)
Older C++ compilers do not provide a standard std::stringstream.
Use our compatibility interfaces instead.

Also avoid std::stringstream(openmode) signature.  Our approximate
stringstream implementation provided when the standard one is not
available does not support the openmode argument.
2012-06-12 15:40:24 -04:00
..
2012-05-17 14:58:54 -04:00
2012-03-19 23:05:21 +01:00
2012-05-17 14:58:54 -04:00
2012-06-06 00:01:04 -04:00
2011-09-15 16:20:33 +02:00
2011-10-23 22:18:08 +02:00
2010-09-10 14:42:09 -04:00
2011-10-23 22:18:08 +02:00
2006-03-10 13:54:57 -05:00
2012-02-02 23:40:21 +00:00
2012-02-21 15:33:31 -05:00