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-4366] libstdc++: Replace non-ASCII character in comment
Date: Mon, 28 Nov 2022 15:26:07 +0000 (GMT)	[thread overview]
Message-ID: <20221128152607.465DF3858C62@sourceware.org> (raw)

https://gcc.gnu.org/g:c775e2b81fca39f366040d423e3e44f4abecf753

commit r13-4366-gc775e2b81fca39f366040d423e3e44f4abecf753
Author: Jonathan Wakely <jwakely@redhat.com>
Date:   Mon Nov 28 15:21:52 2022 +0000

    libstdc++: Replace non-ASCII character in comment
    
    This has an unnecessary UTF-8 non-breaking space.
    
    libstdc++-v3/ChangeLog:
    
            * testsuite/26_numerics/random/subtract_with_carry_engine/cons/lwg3809.cc:
            Replace non-ASCII character.

Diff:
---
 .../26_numerics/random/subtract_with_carry_engine/cons/lwg3809.cc       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libstdc++-v3/testsuite/26_numerics/random/subtract_with_carry_engine/cons/lwg3809.cc b/libstdc++-v3/testsuite/26_numerics/random/subtract_with_carry_engine/cons/lwg3809.cc
index 21f246b8dc0..d91ee7448f6 100644
--- a/libstdc++-v3/testsuite/26_numerics/random/subtract_with_carry_engine/cons/lwg3809.cc
+++ b/libstdc++-v3/testsuite/26_numerics/random/subtract_with_carry_engine/cons/lwg3809.cc
@@ -3,7 +3,7 @@
 #include <testsuite_hooks.h>
 
 // LWG 3809. Is std::subtract_with_carry_engine<uint16_t> supposed to work?
-// PR 107466 - invalid -Wnarrowing error with std::subtract_with_carry_engine
+// PR 107466 - invalid -Wnarrowing error with std::subtract_with_carry_engine
 
 int main()
 {

                 reply	other threads:[~2022-11-28 15:26 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=20221128152607.465DF3858C62@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).