Neal Becker <[EMAIL PROTECTED]> writes:
| in svn, in src/support/path.h:
| #ifndef PATH_C
| #define Path(x) unnamed_Path;
| #endif
|
| This is evil, and will not work with boost-1.34, where we have
| in boost/filesystem/operations.hpp:
|
| return Path( Path::traits_type::to_internal( ph )
in svn, in src/support/path.h:
#ifndef PATH_C
#define Path(x) unnamed_Path;
#endif
This is evil, and will not work with boost-1.34, where we have
in boost/filesystem/operations.hpp:
return Path( Path::traits_type::to_internal( ph ) );