
13 Jun
2010
13 Jun
'10
4:48 p.m.
What about boost::filesystem::path?
In Christ, Steven Watanabe
This has nothing to do with filesystem::path, it is about fixing issues of standard library under Windows where fopen of std::fstream is not capable of opening ordinary files. And BTW simple boost::filesystem::path has exactly the same issue when it is not "wide path" under Microsoft Windows. Artyom