]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libstdc++: Fix comments in test that reference wrong subclause of C++11
authorJonathan Wakely <jwakely@redhat.com>
Wed, 18 Dec 2024 17:48:59 +0000 (17:48 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Wed, 15 Jan 2025 14:34:41 +0000 (14:34 +0000)
libstdc++-v3/ChangeLog:

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

libstdc++-v3/testsuite/28_regex/traits/char/transform_primary.cc

index 7f7408c46e5fe6e2d4a3bb7112b1bfc6ea3bd92f..c6a09faae53574d6f229ff8c0be75f096fbc237b 100644 (file)
@@ -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>