[committed] libstdc++: Fix error in doxygen comments in <atomic>
Jonathan Wakely
jwakely@redhat.com
Thu Apr 27 22:24:57 GMT 2023
Tested x86_64-linux.
Pushed to gcc-12 and gcc-11 (not needed on gcc-13 or trunk).
-- >8 --
libstdc++-v3/ChangeLog:
* include/std/atomic: Add missing @endcond doxygen comment.
---
libstdc++-v3/include/std/atomic | 1 +
1 file changed, 1 insertion(+)
diff --git a/libstdc++-v3/include/std/atomic b/libstdc++-v3/include/std/atomic
index faf7eb95594..94150c1181f 100644
--- a/libstdc++-v3/include/std/atomic
+++ b/libstdc++-v3/include/std/atomic
@@ -1287,6 +1287,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
using __atomic_val_t = __type_identity_t<_Tp>;
template<typename _Tp>
using __atomic_diff_t = typename atomic<_Tp>::difference_type;
+ /// @endcond
// [atomics.nonmembers] Non-member functions.
// Function templates generally applicable to atomic types.
--
2.40.0
More information about the Libstdc++
mailing list