From: Jonathan Wakely Date: Mon, 31 Jan 2022 14:11:34 +0000 (+0000) Subject: libstdc++: Fix doxygen comment for filesystem::perms operators X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=90263a48303a5ae552ea04c68ed7fa5da49b1876;p=test_jj.git libstdc++: Fix doxygen comment for filesystem::perms operators libstdc++-v3/ChangeLog: * include/bits/fs_fwd.h (filesystem::perms): Fix comment. --- diff --git a/libstdc++-v3/include/bits/fs_fwd.h b/libstdc++-v3/include/bits/fs_fwd.h index 75aaf55..bc06376 100644 --- a/libstdc++-v3/include/bits/fs_fwd.h +++ b/libstdc++-v3/include/bits/fs_fwd.h @@ -160,7 +160,7 @@ _GLIBCXX_END_NAMESPACE_CXX11 }; /// @{ - /// @relates perm_options + /// @relates perms constexpr perms operator&(perms __x, perms __y) noexcept {