summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/bits/refwrap.h
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/include/bits/refwrap.h')
-rw-r--r--libstdc++-v3/include/bits/refwrap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/include/bits/refwrap.h b/libstdc++-v3/include/bits/refwrap.h
index f445c3df7d6..adfbe214693 100644
--- a/libstdc++-v3/include/bits/refwrap.h
+++ b/libstdc++-v3/include/bits/refwrap.h
@@ -391,7 +391,7 @@ _GLIBCXX_MEM_FN_TRAITS(&& noexcept, false_type, true_type)
cref(reference_wrapper<_Tp> __t) noexcept
{ return { __t.get() }; }
- // @}
+ /// @}
_GLIBCXX_END_NAMESPACE_VERSION
} // namespace std