From: Hartmut Kaiser (HartmutKaiser_at_[hidden])
Date: 2005-02-16 15:20:14


 
Larry Evans wrote:

> cd ~/prog_dev/boost-release/boost_1_32_0/lje/libs/fields_visitor/test/
> wave -S/usr/include/c++/3.3 test_link.cpp
> #line 42 "/usr/include/c++/3.3/iostream"
> #pragma GCC system_header
> /usr/include/c++/3.3/iostream(42): exception caught:
> boost::filesystem::path: invalid name "c++config.h" in path:
> "bits/c++config.h"
>
> Should the criteria for valid name be changed?

The same was reported already for a Windows system, where the '+' makes the
boost::filesystem to throw as well (Wave uses the boost::filesystem::native
path validator, i.e. system dependant validation is performed).

I've already tried to get in contact with Beman, but got no response so far.

Regards Hartmut