$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [boost][exception] Wide-character design considerations
From: Christoph Heindl (christoph.heindl_at_[hidden])
Date: 2010-06-24 04:40:24
On Thu, Jun 24, 2010 at 7:53 AM, Emil Dotchevski
<emil_at_[hidden]> wrote:
>
> If boost::diagnostic_information returns a UTF-8 string,
> boost::wdiagnostic_information is a trivial wrapper.
True, what I thought about is converting std::string/utf8 to a
std::wstring/utf16 or 32 depending on the wchar_t type. Besides, I'd
prefer to have even a trivial wrapper in one place than in each
individual project.
Best regards,
Christoph