$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [boost.datetime] outputting to a widestring
From: Sean Farrow (sean.farrow_at_[hidden])
Date: 2009-10-21 01:46:34
Hi:
Is thee a version of the toiso_extended_string for wide character
output?
I have the following line:
std::wstring test =boost::to_iso_extended_wstring(d);
wich I assumed would work and fails.
Any ideas?
Cheers
Sean.