libstdc++: Fix doxygen comment for filesystem::perms operators

libstdc++-v3/ChangeLog:

	* include/bits/fs_fwd.h (filesystem::perms): Fix comment.
This commit is contained in:
Jonathan Wakely 2022-01-31 14:11:34 +00:00
parent 19b8946dbd
commit 90263a4830
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ _GLIBCXX_END_NAMESPACE_CXX11
};
/// @{
/// @relates perm_options
/// @relates perms
constexpr perms
operator&(perms __x, perms __y) noexcept
{