public inbox for libstdc++-cvs@sourceware.org
help / color / mirror / Atom feed
From: Jonathan Wakely <redi@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org, libstdc++-cvs@gcc.gnu.org
Subject: [gcc r13-8215] libstdc++: Fix incorrect PR number in comment
Date: Fri, 12 Jan 2024 09:50:09 +0000 (GMT)	[thread overview]
Message-ID: <20240112095009.7F5E3385801F@sourceware.org> (raw)

https://gcc.gnu.org/g:71966e25ac5fa02f9fd78d92d338012b60398c25

commit r13-8215-g71966e25ac5fa02f9fd78d92d338012b60398c25
Author: Jonathan Wakely <jwakely@redhat.com>
Date:   Thu Jan 11 23:09:45 2024 +0000

    libstdc++: Fix incorrect PR number in comment
    
    libstdc++-v3/ChangeLog:
    
            * include/std/format (__format::_Arg_store): Fix PR number in
            comment. Simplify preprocessor code.
    
    (cherry picked from commit e9035183a20af10a80a97b57accb76699c9c2530)

Diff:
---
 libstdc++-v3/include/std/format | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/libstdc++-v3/include/std/format b/libstdc++-v3/include/std/format
index d7feca0f6aa..d5ca962423c 100644
--- a/libstdc++-v3/include/std/format
+++ b/libstdc++-v3/include/std/format
@@ -3316,12 +3316,9 @@ namespace __format
       friend std::basic_format_args<_Context>;
 
       template<typename _Ctx, typename... _Argz>
-	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;

                 reply	other threads:[~2024-01-12  9:50 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240112095009.7F5E3385801F@sourceware.org \
    --to=redi@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    --cc=libstdc++-cvs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).