X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=libstdc%2B%2B-v3%2Finclude%2Fdecimal%2Fdecimal;h=cf021e5e568eef24a6d505330bcaaf6febee1f3c;hb=7adcbafe45f8001b698967defe682687b52c0007;hp=d60790ecfea0d11e8b986480775db8a2110eccff;hpb=aa118a03c4d04ce703f4b77f1d845d611ffecf50;p=thirdparty%2Fgcc.git diff --git a/libstdc++-v3/include/decimal/decimal b/libstdc++-v3/include/decimal/decimal index d60790ecfea0..cf021e5e568e 100644 --- a/libstdc++-v3/include/decimal/decimal +++ b/libstdc++-v3/include/decimal/decimal @@ -1,6 +1,6 @@ // -*- C++ -*- -// Copyright (C) 2009-2014 Free Software Foundation, Inc. +// Copyright (C) 2009-2022 Free Software Foundation, Inc. // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the // terms of the GNU General Public License as published by the @@ -42,6 +42,8 @@ that is currently not available. namespace std _GLIBCXX_VISIBILITY(default) { +_GLIBCXX_BEGIN_NAMESPACE_VERSION + /** * @defgroup decimal Decimal Floating-Point Arithmetic * @ingroup numerics @@ -55,8 +57,6 @@ namespace std _GLIBCXX_VISIBILITY(default) */ namespace decimal { - _GLIBCXX_BEGIN_NAMESPACE_VERSION - class decimal32; class decimal64; class decimal128; @@ -483,10 +483,10 @@ namespace decimal }; #define _GLIBCXX_USE_DECIMAL_ 1 - - _GLIBCXX_END_NAMESPACE_VERSION } // namespace decimal - // @} group decimal + /// @} group decimal + +_GLIBCXX_END_NAMESPACE_VERSION } // namespace std #include