public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: "Arsen Arsenović" <arsen@aarsen.me>
To: gcc-patches@gcc.gnu.org
Cc: "Arsen Arsenović" <arsen@aarsen.me>
Subject: [pushed 1/2] libstdc++: rename _A badname in <generator>
Date: Thu,  4 Jan 2024 19:52:58 +0100	[thread overview]
Message-ID: <20240104185321.3276425-1-arsen@aarsen.me> (raw)

libstdc++-v3/ChangeLog:

	* include/std/generator (_Stateless_alloc): Rename typename _A
	to _All.
---
Pushed as obvious.

Happy new year, have a lovely day!

 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 e1c1ad583abb..a8ad9c443531 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
-- 
2.43.0


             reply	other threads:[~2024-01-04 18:53 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-04 18:52 Arsen Arsenović [this message]
2024-01-04 18:52 ` [pushed 2/2] libstdc++: fix typo " Arsen Arsenović

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=20240104185321.3276425-1-arsen@aarsen.me \
    --to=arsen@aarsen.me \
    --cc=gcc-patches@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).