Remove spurious semicolon causing problem for gcc in pedantic mode.

[SVN r76423]
This commit is contained in:
Beman Dawes 2012-01-12 00:22:45 +00:00
parent a2f8e77ec3
commit ca788b18fd

View File

@ -136,7 +136,7 @@ namespace boost
symlink_perms = 0x4000 // on POSIX, don't resolve symlinks; implied on Windows
};
BOOST_BITMASK(perms);
BOOST_BITMASK(perms)
//--------------------------------------------------------------------------------------//
// file_status //