[Filesystem] [Locale] Unicode filenames doc example error
Why doesn't this simple code from the Boost.Locale docs work?
#include
cl /EHsc /D _UNICODE /D UNICODE b.cpp /I%BOOST_ROOT% /MD /link /LIBPATH:%BOOST_ROOT%\stage\lib
it gives me
b.exe boost::filesystem::path codecvt to wstring: error
Could someone please explain what's the problem there and how do I handle Unicode file names on Windows using Boost.Filesystem & Boost.Locale? I'm using Boost 1.55.0 & compiling with MS Visual C++ 2010 compiler v.16.00.30319.01.
participants (1)
-
Egor Tensin