Boost logo

Boost :

Subject: Re: [boost] problem in trunk with file system library
From: Beman Dawes (bdawes_at_[hidden])
Date: 2012-01-11 19:28:42


On Wed, Jan 11, 2012 at 4:48 PM, Robert Ramey <ramey_at_[hidden]> wrote:
> I'm seeing this message on  bunch of tests
>...
> ../boost/filesystem/v3/operations.hpp:139: error: extra ???;???
> ../boost/system/error_code.hpp:214: warning:
> ???boost::system::posix_category??? defined but not used
> ../boost/system/error_code.hpp:215: warning: ???boost::system::errno_ecat???
> defined but not used
> ../boost/system/error_code.hpp:216: warning:
> ???boost::system::native_ecat??? defined but not used
> This is provoked by the following code:symlink_perms = 0x4000 // on POSIX,
> don't resolve symlinks; implied on Windows};BOOST_BITMASK(perms); // line
> 139//--------------------------------------------------------------------------------------//Would
> it be possible to get this fixed.  I don't what the exact fix is.

I just committed a fix removing the spurious semicolon.

Please let me know if that doesn't fix the problem.

Thanks,

--Beman


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