public inbox for libstdc++-cvs@sourceware.org
help / color / mirror / Atom feed
From: "Arsen Arsenović" <arsen@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org, libstdc++-cvs@gcc.gnu.org
Subject: [gcc r14-6925] libstdc++: rename _A badname in <generator>
Date: Thu,  4 Jan 2024 18:52:36 +0000 (GMT)	[thread overview]
Message-ID: <20240104185237.024243858D32@sourceware.org> (raw)

https://gcc.gnu.org/g:29ad18f0cf2684374d9576714fc8bd388f71f61b

commit r14-6925-g29ad18f0cf2684374d9576714fc8bd388f71f61b
Author: Arsen Arsenović <arsen@aarsen.me>
Date:   Thu Jan 4 19:42:39 2024 +0100

    libstdc++: rename _A badname in <generator>
    
    libstdc++-v3/ChangeLog:
    
            * include/std/generator (_Stateless_alloc): Rename typename _A
            to _All.

Diff:
---
 libstdc++-v3/include/std/generator | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/libstdc++-v3/include/std/generator b/libstdc++-v3/include/std/generator
index e1c1ad583ab..a8ad9c44353 100644
--- a/libstdc++-v3/include/std/generator
+++ b/libstdc++-v3/include/std/generator
@@ -405,9 +405,9 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
       }
     };
 
-    template<typename _A>
-    concept _Stateless_alloc = (allocator_traits<_A>::is_always_equal::value
-				&& default_initializable<_A>);
+    template<typename _All>
+    concept _Stateless_alloc = (allocator_traits<_All>::is_always_equal::value
+				&& default_initializable<_All>);
 
     template<typename _Alloc>
       class _Promise_alloc

                 reply	other threads:[~2024-01-04 18:52 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=20240104185237.024243858D32@sourceware.org \
    --to=arsen@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).