From: Jonathan Wakely Date: Thu, 11 Jan 2024 23:09:45 +0000 (+0000) Subject: libstdc++: Fix incorrect PR number in comment X-Git-Tag: basepoints/gcc-15~2967 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e9035183a20af10a80a97b57accb76699c9c2530;p=thirdparty%2Fgcc.git libstdc++: Fix incorrect PR number in comment libstdc++-v3/ChangeLog: * include/std/format (__format::_Arg_store): Fix PR number in comment. Simplify preprocessor code. --- diff --git a/libstdc++-v3/include/std/format b/libstdc++-v3/include/std/format index b3b5a0bbdbc1..7440a25ea97e 100644 --- a/libstdc++-v3/include/std/format +++ b/libstdc++-v3/include/std/format @@ -3652,12 +3652,9 @@ namespace __format friend std::basic_format_args<_Context>; template - friend auto + friend auto std:: #if _GLIBCXX_INLINE_VERSION - // Needed for PR c++/59526 - std::__8:: -#else - std:: + __8:: // Needed for PR c++/59256 #endif make_format_args(_Argz&...) noexcept;