From c775e2b81fca39f366040d423e3e44f4abecf753 Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Mon, 28 Nov 2022 15:21:52 +0000 Subject: [PATCH] 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. --- .../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 21f246b8dc0e..d91ee7448f60 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 // LWG 3809. Is std::subtract_with_carry_engine 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() { -- 2.47.3