public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-9488] libstdc++: Replace non-ASCII character in comment
@ 2023-04-27 14:46 Jonathan Wakely
  0 siblings, 0 replies; only message in thread
From: Jonathan Wakely @ 2023-04-27 14:46 UTC (permalink / raw)
  To: gcc-cvs, libstdc++-cvs

https://gcc.gnu.org/g:26b877fc4d2a08493762a7db8c66668891064707

commit r12-9488-g26b877fc4d2a08493762a7db8c66668891064707
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.
    
    (cherry picked from commit c775e2b81fca39f366040d423e3e44f4abecf753)

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()
 {

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-04-27 14:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-27 14:46 [gcc r12-9488] libstdc++: Replace non-ASCII character in comment Jonathan Wakely

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).