
16 Feb
2005
16 Feb
'05
8:41 p.m.
On 02/16/2005 01:07 PM, Larry Evans wrote:
Getting: [snip]
boost::filesystem::path: invalid name "c++config.h" in path:
The offending character is probably '+' since, in libs/filesystem/src /path_posix_windows.cpp there's this code: const std::string valid_posix( "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789._-" ); Anybody have suggested workarounds other than adding + to the above and remaking (or rebjaming) filesystem?