diff options
Diffstat (limited to 'libstdc++-v3/include/tr1/complex')
-rw-r--r-- | libstdc++-v3/include/tr1/complex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/include/tr1/complex b/libstdc++-v3/include/tr1/complex index 2440c74..6b04ca3 100644 --- a/libstdc++-v3/include/tr1/complex +++ b/libstdc++-v3/include/tr1/complex @@ -411,7 +411,7 @@ namespace tr1 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 |