$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Robert Ramey (ramey_at_[hidden])
Date: 2004-12-17 17:57:06
Jonathan Turkanis wrote:
> Robert Ramey wrote:
>> Note the the serialization library contains code for doing exactly
>> this.
Note that the implementation above is not dependent on codecvt nor on
streams. It just converts wstring to string and back again.
> The Dinkumware CoreX library also contains a component,
> wstring_convert, for this purpose. Since it doesn't make a detour
> through streams, it might be more efficient.
>
> Jonathan
>
Robert Ramey