More fixes like r11-8009 and r11-8066.
libstdc++-v3/ChangeLog:
* include/bits/fs_fwd.h: Fix doxygen group command.
* include/bits/streambuf_iterator.h: Likewise.
* include/bits/uses_allocator_args.h: Likewise.
* include/std/memory: Likewise.
* include/tr1/complex: Likewise.
bool is_symlink(file_status) noexcept;
} // namespace filesystem
-// @}
+/// @}
_GLIBCXX_END_NAMESPACE_VERSION
} // namespace std
#endif // C++17
__i._M_c = __eof;
}
-// @} group iterators
+/// @} group iterators
_GLIBCXX_END_NAMESPACE_VERSION
} // namespace
}, std::uses_allocator_construction_args<_Tp>(__a,
std::forward<_Args>(__args)...));
}
-// @}
+/// @}
_GLIBCXX_END_NAMESPACE_VERSION
} // namespace std
#endif // C++20
/// The type of pointer safety supported by the implementation.
inline pointer_safety
get_pointer_safety() noexcept { return pointer_safety::relaxed; }
-// @}
+/// @}
_GLIBCXX_END_NAMESPACE_VERSION
} // namespace
pow(const std::complex<_Tp>& __x, const std::complex<_Tp>& __y)
{ return std::pow(__x, __y); }
-// @} group complex_numbers
+/// @} group complex_numbers
}
_GLIBCXX_END_NAMESPACE_VERSION