
On Wed, Jan 11, 2012 at 4:48 PM, Robert Ramey <ramey@rrsd.com> 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