[committed] libstdc++: Fix comments in test that reference wrong subclause of C++11

Message ID 20250115143630.1568070-1-jwakely@redhat.com
State Committed
Commit 9cc31b4e07aab75fcbc81b3a9bcaaa21d2c3bdb2
Headers
Series [committed] libstdc++: Fix comments in test that reference wrong subclause of C++11 |

Checks

Context Check Description
linaro-tcwg-bot/tcwg_gcc_build--master-arm fail Patch failed to apply
linaro-tcwg-bot/tcwg_gcc_build--master-aarch64 fail Patch failed to apply

Commit Message

Jonathan Wakely Jan. 15, 2025, 2:36 p.m. UTC
  libstdc++-v3/ChangeLog:

	* testsuite/28_regex/traits/char/transform_primary.cc: Fix
	subclause numbering in references to the standard.
---

Pushed to trunk.

 .../testsuite/28_regex/traits/char/transform_primary.cc     | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
  

Patch

diff --git a/libstdc++-v3/testsuite/28_regex/traits/char/transform_primary.cc b/libstdc++-v3/testsuite/28_regex/traits/char/transform_primary.cc
index 7f7408c46e5f..c6a09faae535 100644
--- a/libstdc++-v3/testsuite/28_regex/traits/char/transform_primary.cc
+++ b/libstdc++-v3/testsuite/28_regex/traits/char/transform_primary.cc
@@ -21,9 +21,9 @@ 
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
-// 28.3 Requirements [re.req]
-// 28.2 (4) Table 127 - Regular expression traits class requirements
-// 28.7 Class template regex_traits [re.traits]
+// C++11 28.3 Requirements [re.req]
+// C++11 28.3 (4) Table 137 - Regular expression traits class requirements
+// C++11 28.7 Class template regex_traits [re.traits]
 
 #include <regex>
 #include <string>