
22 Jun
2010
22 Jun
'10
5:11 p.m.
On 6/22/2010 02:33, Christoph Heindl wrote:
Hello,
How do you guys deal with boost.exceptions and wide-character strings?
All my std::strings are utf-8. That fixes this problem:
a) partially unreadable strings: when narrowing a boost::filesystem::wpath to fit into a boost::errinfo_file_name
And it reduces this problem to out-of-memory errors:
b) potential throw from the narrowing code.
-- Rainer Deyke - rainerd@eldwood.com