]> git.ipfire.org Git - thirdparty/gcc.git/commit
libstdc++: [_GLIBCXX_INLINE_VERSION] Fix <format> friend declaration
authorFrançois Dumont <fdumont@gcc.gnu.org>
Wed, 23 Aug 2023 17:15:43 +0000 (19:15 +0200)
committerFrançois Dumont <fdumont@gcc.gnu.org>
Wed, 13 Sep 2023 20:37:18 +0000 (22:37 +0200)
commit92456291849fe88303bbcab366f41dcd4a885ad5
treec1913343cb62a91eb32eee97e944deb0978736c7
parent3af2af15798cb6243e2643f98f62c9270b1ca5d2
libstdc++: [_GLIBCXX_INLINE_VERSION] Fix <format> friend declaration

GCC do not consider the inline namespace in friend function declarations.
This is PR c++/59526, we need to explicit this namespace.

libstdc++-v3/ChangeLog:

* include/std/format (std::__format::_Arg_store): Explicit version
namespace on make_format_args friend declaration.
libstdc++-v3/include/std/format