$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Robert Ramey (ramey_at_[hidden])
Date: 2007-01-22 13:00:22
Note that the serialization library includes iterators for just this
purpose.
See documentation of serialization library: Dataflow iterators.
Robert Ramey
John Christopher wrote:
> Hello,
> Does Boost contain facilities to convert std::string into
> std::wstring and the other way around?
> Thanks in advance