Boost logo

Boost :

From: Larry Evans (cppljevans_at_[hidden])
Date: 2005-02-16 15:41:14


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?


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk