$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Beman Dawes (bdawes_at_[hidden])
Date: 2006-02-23 16:34:54
"Mark Bartosik" <mbartosik_at_[hidden]> wrote in message
news:dtjclm$7dr$1_at_sea.gmane.org...
> bug in filesystem::wpath.
> In mirgrating to support wchar_t, a couple of lines were missed.
> m_path which has type of std::wstring is assigned a narrow character
> string resulting in a compilation error.
Fixed in CVS. Test cases were also added to wide_test.cpp.
Thanks,
--Beman
PS: I'd like to hear from programmers using wide character file names. Are
they working OK? Are they meeting your needs?