On 16 dez, 07:51, mathieu <mathieu.malate...@gmail.com> wrote:

>   Is pretty nicely written, and I was able to solve most of my issue.
> There remaining ones are related to the use of ostrstream. I have not
> found any document showing how to quickly move the code. AFAIK this is
> non-trivial to port to ostringstream (allocation is not handled the
> same way).

class ostrstream has been deprecated in the C++ standard library for
many years.
This should be considered a "porting to ISO C++" problem instead of a
"porting to GCC 4.3" problem.

>From the libstdc++-v3 manual:

 
http://gcc.gnu.org/onlinedocs/libstdc++/manual/bk01pt11ch26.html#manual.io.memstreams.compat

--
 P.
_______________________________________________
help-gplusplus mailing list
help-gplusplus@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gplusplus

Reply via email to