$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Jens Seidel (jensseidel_at_[hidden])
Date: 2008-03-04 08:11:58
On Tue, Mar 04, 2008 at 02:05:03PM +0100, Loïc Joly wrote:
> Even a str() function would seem bad, unless it has a parameter that
> states in which encoding the resulting string is desired. A conversion
> from/to std::wstring would seem more useful in most cases.
Why do you require a specific encoding for std::string but none for
std::wstring?
Jens