Remove spurious semicolon causing problem for gcc in pedantic mode.
[SVN r76423]
This commit is contained in:
parent
a2f8e77ec3
commit
ca788b18fd
@ -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 //
|
||||
|
Loading…
Reference in New Issue
Block a user