]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libstdc++: Fix comments in <sstream> tests that mention basic_filebuf
authorJonathan Wakely <jwakely@redhat.com>
Fri, 20 Sep 2024 23:08:23 +0000 (00:08 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Thu, 26 Sep 2024 20:32:01 +0000 (21:32 +0100)
libstdc++-v3/ChangeLog:

* testsuite/27_io/basic_istringstream/cons/2020.cc: Fix comment
referring to basic_filebuf.
* testsuite/27_io/basic_istringstream/requirements/base_classes.cc:
Likewise.
* testsuite/27_io/basic_ostringstream/cons/2020.cc: Likewise.
* testsuite/27_io/basic_ostringstream/requirements/base_classes.cc:
Likewise.
* testsuite/27_io/basic_stringbuf/cons/2020.cc: Likewise.
* testsuite/27_io/basic_stringbuf/requirements/explicit_instantiation/2.cc:
Likewise.
* testsuite/27_io/basic_stringbuf/requirements/explicit_instantiation/4.cc:
Likewise.
* testsuite/27_io/basic_stringstream/cons/2020.cc: Likewise.
* testsuite/27_io/basic_stringstream/requirements/base_classes.cc:
Likewise.

libstdc++-v3/testsuite/27_io/basic_istringstream/cons/2020.cc
libstdc++-v3/testsuite/27_io/basic_istringstream/requirements/base_classes.cc
libstdc++-v3/testsuite/27_io/basic_ostringstream/cons/2020.cc
libstdc++-v3/testsuite/27_io/basic_ostringstream/requirements/base_classes.cc
libstdc++-v3/testsuite/27_io/basic_stringbuf/cons/2020.cc
libstdc++-v3/testsuite/27_io/basic_stringbuf/requirements/explicit_instantiation/2.cc
libstdc++-v3/testsuite/27_io/basic_stringbuf/requirements/explicit_instantiation/4.cc
libstdc++-v3/testsuite/27_io/basic_stringstream/cons/2020.cc
libstdc++-v3/testsuite/27_io/basic_stringstream/requirements/base_classes.cc

index 7b475abe1e0081553b23a1a7c79ba58d3ffcf189..dc2c5f0be73060379fb63301e93e44bc2e5ac192 100644 (file)
@@ -1,4 +1,4 @@
-// 1999-01-17 bkoz test functionality of basic_filebuf for char_type == char
+// 1999-01-17 bkoz test functionality of basic_istringstream for char_type == char
 
 // Copyright (C) 1997-2024 Free Software Foundation, Inc.
 //
@@ -17,8 +17,8 @@
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
-// 27.8.1.1 - Template class basic_filebuf 
-// NB: This file is for testing basic_filebuf with NO OTHER INCLUDES.
+// 27.8.1.1 - Template class basic_istringstream
+// NB: This file is for testing basic_istringstream with NO OTHER INCLUDES.
 
 #include <sstream>
 #include <testsuite_hooks.h>
index c9ccf66f7a1cf5e353e6577c34a16d9a0a85d591..03778a4375757d0a3d99a715659717a82accc189 100644 (file)
@@ -18,7 +18,7 @@
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
-// 27.8.1.1 - Template class basic_filebuf 
+// 27.8.1.1 - Template class basic_istringstream
 
 #include <istream>
 #include <sstream>
index 95e89a9d08e4128a0e6dd340853e72c452192657..5a398af30d9b20bd1ba7cfe9ef0a67b7b24286c3 100644 (file)
@@ -1,4 +1,4 @@
-// 1999-01-17 bkoz test functionality of basic_filebuf for char_type == char
+// 1999-01-17 bkoz test functionality of basic_ostringstream for char_type == char
 
 // Copyright (C) 1997-2024 Free Software Foundation, Inc.
 //
@@ -17,8 +17,8 @@
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
-// 27.8.1.1 - Template class basic_filebuf 
-// NB: This file is for testing basic_filebuf with NO OTHER INCLUDES.
+// 27.8.1.1 - Template class basic_ostringstream
+// NB: This file is for testing basic_ostringstream with NO OTHER INCLUDES.
 
 #include <sstream>
 #include <testsuite_hooks.h>
index 07b58727563514b9c62d30ebe8e28aa06ccbd1c3..58a78a2d44b3498305f1da9ddf33a1c915bf8fbe 100644 (file)
@@ -18,7 +18,7 @@
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
-// 27.8.1.1 - Template class basic_filebuf 
+// 27.8.1.1 - Template class basic_ostringstream
 
 #include <ostream>
 #include <sstream>
index 0e23fd8b40f748c00da47d940339a69eaaeb1607..17b19578cd414c3e4eed873509748a60a7b078d1 100644 (file)
@@ -1,4 +1,4 @@
-// 1999-01-17 bkoz test functionality of basic_filebuf for char_type == char
+// 1999-01-17 bkoz test functionality of basic_stringbuf for char_type == char
 
 // Copyright (C) 1997-2024 Free Software Foundation, Inc.
 //
@@ -18,7 +18,7 @@
 // <http://www.gnu.org/licenses/>.
 
 // 27.7.1 - Template class basic_stringbuf
-// NB: This file is for testing basic_filebuf with NO OTHER INCLUDES.
+// NB: This file is for testing basic_stringbuf with NO OTHER INCLUDES.
 
 #include <sstream>
 #include <testsuite_hooks.h>
index 046b9ab0ebf5af95fff7e49176534f5b5a653b53..0695a4d3ad4e3cbb62fad37def83fbfb09398b28 100644 (file)
@@ -1,5 +1,5 @@
 // { dg-do compile }
-// 1999-01-17 bkoz test functionality of basic_filebuf for char_type == char
+// 1999-01-17 bkoz test functionality of basic_stringbuf for char_type == char
 
 // Copyright (C) 1997-2024 Free Software Foundation, Inc.
 //
@@ -19,7 +19,7 @@
 // <http://www.gnu.org/licenses/>.
 
 // 27.7.1 - Template class basic_stringbuf
-// NB: This file is for testing basic_filebuf with NO OTHER INCLUDES.
+// NB: This file is for testing basic_stringbuf with NO OTHER INCLUDES.
 
 #include <sstream>
 #include <testsuite_hooks.h>
@@ -38,11 +38,3 @@ namespace std
 
 // more surf!!!
 
-
-
-
-
-
-
-
-
index 4c8d763caa5315be136c2277f6515bb0bfde3c00..38268eeaf7fa83c6a8dddf3fa784f5d9f36a1c38 100644 (file)
@@ -19,7 +19,7 @@
 // <http://www.gnu.org/licenses/>.
 
 // 27.7.1 - Template class basic_stringbuf
-// NB: This file is for testing basic_filebuf with NO OTHER INCLUDES.
+// NB: This file is for testing basic_stringbuf with NO OTHER INCLUDES.
 
 #include <sstream>
 #include <testsuite_hooks.h>
index eca80dcc555aaf4093bdf29cb5c284cc30f814c8..cd24e8a80ea9dec0f71de016082ba14f15aa1bad 100644 (file)
@@ -1,4 +1,4 @@
-// 1999-01-17 bkoz test functionality of basic_filebuf for char_type == char
+// 1999-01-17 bkoz test functionality of basic_stringstream for char_type == char
 
 // Copyright (C) 1997-2024 Free Software Foundation, Inc.
 //
@@ -17,8 +17,8 @@
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
-// 27.8.1.1 - Template class basic_filebuf 
-// NB: This file is for testing basic_filebuf with NO OTHER INCLUDES.
+// 27.8.1.1 - Template class basic_stringstream
+// NB: This file is for testing basic_stringstream with NO OTHER INCLUDES.
 
 #include <sstream>
 #include <testsuite_hooks.h>
index 8cdc9010f4cb3200d8e2fcc3a0fea7e63591e7f7..5ad30513c9e8fd971b401ea2baa23ae81168320a 100644 (file)
@@ -18,7 +18,7 @@
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
-// 27.8.1.1 - Template class basic_filebuf 
+// 27.8.1.1 - Template class basic_stringstream
 
 #include <iostream>
 #include <sstream>