From 90263a48303a5ae552ea04c68ed7fa5da49b1876 Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Mon, 31 Jan 2022 14:11:34 +0000 Subject: [PATCH] libstdc++: Fix doxygen comment for filesystem::perms operators libstdc++-v3/ChangeLog: * include/bits/fs_fwd.h (filesystem::perms): Fix comment. --- libstdc++-v3/include/bits/fs_fwd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libstdc++-v3/include/bits/fs_fwd.h b/libstdc++-v3/include/bits/fs_fwd.h index 75aaf554a05..bc063761080 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 {