Re: svn #define Path must die

2006-04-05 Thread Lars Gullik Bjønnes
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 )

svn #define Path must die

2006-04-05 Thread Neal Becker
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 ) );