$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [test] Am I supposed to be able to use std::wstring in BOOST_CHECK_EQUAL?
From: Joshua Boyce (raptorfactor_at_[hidden])
Date: 2012-04-01 23:26:27
On Apr 2, 2012 3:32 AM, "Pedro Larroy" <pedro.larroy.lists_at_[hidden]> wrote:
>
> Hi why would you use wstring anyway?
>
>
Very common in code which targets Windows, where one must use wide strings
when calling the Windows API (even if you use utf-8 internally and convert
at API boundaries). For example one of my libraries uses wide strings
almost exclusively for the interface, but its a very specialized windows
only library.