]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libstdc++: Fix comments in std::forward_list tests
authorJonathan Wakely <jwakely@redhat.com>
Wed, 5 Jan 2022 11:14:02 +0000 (11:14 +0000)
committerJonathan Wakely <jwakely@redhat.com>
Wed, 5 Jan 2022 13:47:02 +0000 (13:47 +0000)
libstdc++-v3/ChangeLog:

* testsuite/23_containers/forward_list/operations/1.cc: Fill in
placeholders in comments.
* testsuite/23_containers/forward_list/operations/2.cc:
Likewise.
* testsuite/23_containers/forward_list/operations/3.cc:
Likewise.
* testsuite/23_containers/forward_list/operations/4.cc:
Likewise.
* testsuite/23_containers/forward_list/operations/5.cc:
Likewise.
* testsuite/23_containers/forward_list/operations/6.cc:
Likewise.
* testsuite/23_containers/forward_list/operations/7.cc:
Likewise.

libstdc++-v3/testsuite/23_containers/forward_list/operations/1.cc
libstdc++-v3/testsuite/23_containers/forward_list/operations/2.cc
libstdc++-v3/testsuite/23_containers/forward_list/operations/3.cc
libstdc++-v3/testsuite/23_containers/forward_list/operations/4.cc
libstdc++-v3/testsuite/23_containers/forward_list/operations/5.cc
libstdc++-v3/testsuite/23_containers/forward_list/operations/6.cc
libstdc++-v3/testsuite/23_containers/forward_list/operations/7.cc

index 776e672513d51fb15373482517f9c93b7c8d51b0..32b10fc39752c95030b45b1b4544868c1af29b62 100644 (file)
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
-// 23.2.3.n forward_list xxx [lib.forward_list.xxx]
+// C++11 23.3.4.6 Operations [forwardlist.ops]
 
 #include <forward_list>
 #include <testsuite_hooks.h>
 
 // This test verifies the following:
-//   
+//   splice_after for entire list
 void
 test01()
 {
@@ -41,7 +41,7 @@ test01()
 }
 
 // This test verifies the following:
-//   
+//   splice_after for iterator range
 void
 test02()
 {
@@ -70,7 +70,7 @@ test02()
 }
 
 // This test verifies the following:
-//   
+//   splice_after for single element
 void
 test03()
 {
index ed6d12ad2bc51b9733d23c13b30cf616dbc00e29..9885392df32606ec9660784d41431599bc779623 100644 (file)
@@ -17,7 +17,7 @@
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
-// 23.2.3.n forward_list xxx [lib.forward_list.xxx]
+// C++11 23.3.4.6 Operations [forwardlist.ops]
 
 #include <forward_list>
 #include <testsuite_hooks.h>
index f0d7cd1878e5a6e07b047b8e9995b306b6bc6786..f67ecd13dffca3ac42fd259dd3533815e186d47d 100644 (file)
@@ -17,7 +17,7 @@
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
-// 23.2.3.n forward_list xxx [lib.forward_list.xxx]
+// C++11 23.3.4.6 Operations [forwardlist.ops]
 
 #include <forward_list>
 #include <testsuite_hooks.h>
index 06fa0742f322d2b5d46760cab05d0e9d54dbd467..92fd0a006d8db817861149860efa888085400df7 100644 (file)
@@ -17,7 +17,7 @@
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
-// 23.2.3.n forward_list xxx [lib.forward_list.xxx]
+// C++11 23.3.4.6 Operations [forwardlist.ops]
 
 #include <forward_list>
 #include <testsuite_hooks.h>
index 9b94f7e9c72d7dcbfa48b3cb7cb27358d82b4899..a772c36793c486a127f393668604c59bdb1dae7c 100644 (file)
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
-// 23.2.3.n forward_list xxx [lib.forward_list.xxx]
+// C++11 23.3.4.6 Operations [forwardlist.ops]
 
 #include <forward_list>
 #include <testsuite_hooks.h>
 
 // This test verifies the following:
-//   
+//   merge
 void
 test01()
 {
index ed6d7d36b8d587573490f345f9622a39eabcd22d..cd3c74bd08d13c8c7a8adab4ed972c6f69f79597 100644 (file)
@@ -17,7 +17,7 @@
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
-// 23.2.3.n forward_list xxx [lib.forward_list.xxx]
+// C++11 23.3.4.6 Operations [forwardlist.ops]
 
 #include <forward_list>
 #include <testsuite_hooks.h>
@@ -40,7 +40,7 @@ template<typename Num>
   };
 
 // This test verifies the following:
-//   
+//   sort
 void
 test01()
 {
index b7922820dda452767b6062dfb20a709cb2e735fb..8036f90d459e0d20b184d36ebc6731d2b11bc48e 100644 (file)
@@ -17,7 +17,7 @@
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
-// 23.2.3.n forward_list xxx [lib.forward_list.xxx]
+// C++11 23.3.4.6 Operations [forwardlist.ops]
 
 #include <forward_list>
 #include <testsuite_hooks.h>
@@ -25,7 +25,7 @@
 #include <algorithm>
 
 // This test verifies the following:
-//   
+//   reverse
 void
 test01()
 {