explicit_instantiations.cc: Change "basic_ofstream" in comment to type_traits.
authorBenjamin Kosnik <bkoz@redhat.com>
Tue, 1 May 2007 08:37:16 +0000 (08:37 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Tue, 1 May 2007 08:37:16 +0000 (08:37 +0000)
2007-05-01  Benjamin Kosnik  <bkoz@redhat.com>

* tr1/4_metaprogramming/*/explicit_instantiations.cc: Change
"basic_ofstream" in comment to type_traits.

From-SVN: r124317

55 files changed:
libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/tr1/4_metaprogramming/add_const/requirements/explicit_instantiations.cc
libstdc++-v3/testsuite/tr1/4_metaprogramming/add_cv/requirements/explicit_instantiations.cc
libstdc++-v3/testsuite/tr1/4_metaprogramming/add_pointer/requirements/explicit_instantiations.cc
libstdc++-v3/testsuite/tr1/4_metaprogramming/add_reference/requirements/explicit_instantiations.cc
libstdc++-v3/testsuite/tr1/4_metaprogramming/add_volatile/requirements/explicit_instantiations.cc
libstdc++-v3/testsuite/tr1/4_metaprogramming/aligned_storage/requirements/explicit_instantiations.cc
libstdc++-v3/testsuite/tr1/4_metaprogramming/alignment_of/requirements/explicit_instantiations.cc
libstdc++-v3/testsuite/tr1/4_metaprogramming/extent/requirements/explicit_instantiations.cc
libstdc++-v3/testsuite/tr1/4_metaprogramming/has_nothrow_assign/requirements/explicit_instantiations.cc
libstdc++-v3/testsuite/tr1/4_metaprogramming/has_nothrow_constructor/requirements/explicit_instantiations.cc
libstdc++-v3/testsuite/tr1/4_metaprogramming/has_nothrow_copy/requirements/explicit_instantiations.cc
libstdc++-v3/testsuite/tr1/4_metaprogramming/has_trivial_assign/requirements/explicit_instantiations.cc
libstdc++-v3/testsuite/tr1/4_metaprogramming/has_trivial_constructor/requirements/explicit_instantiations.cc
libstdc++-v3/testsuite/tr1/4_metaprogramming/has_trivial_copy/requirements/explicit_instantiations.cc
libstdc++-v3/testsuite/tr1/4_metaprogramming/has_trivial_destructor/requirements/explicit_instantiations.cc
libstdc++-v3/testsuite/tr1/4_metaprogramming/has_virtual_destructor/requirements/explicit_instantiations.cc
libstdc++-v3/testsuite/tr1/4_metaprogramming/integral_constant/requirements/explicit_instantiations.cc
libstdc++-v3/testsuite/tr1/4_metaprogramming/is_abstract/requirements/explicit_instantiations.cc
libstdc++-v3/testsuite/tr1/4_metaprogramming/is_arithmetic/requirements/explicit_instantiations.cc
libstdc++-v3/testsuite/tr1/4_metaprogramming/is_array/requirements/explicit_instantiations.cc
libstdc++-v3/testsuite/tr1/4_metaprogramming/is_base_of/requirements/explicit_instantiations.cc
libstdc++-v3/testsuite/tr1/4_metaprogramming/is_class/requirements/explicit_instantiations.cc
libstdc++-v3/testsuite/tr1/4_metaprogramming/is_compound/requirements/explicit_instantiations.cc
libstdc++-v3/testsuite/tr1/4_metaprogramming/is_const/requirements/explicit_instantiations.cc
libstdc++-v3/testsuite/tr1/4_metaprogramming/is_convertible/requirements/explicit_instantiations.cc
libstdc++-v3/testsuite/tr1/4_metaprogramming/is_empty/requirements/explicit_instantiations.cc
libstdc++-v3/testsuite/tr1/4_metaprogramming/is_enum/requirements/explicit_instantiations.cc
libstdc++-v3/testsuite/tr1/4_metaprogramming/is_floating_point/requirements/explicit_instantiations.cc
libstdc++-v3/testsuite/tr1/4_metaprogramming/is_function/requirements/explicit_instantiations.cc
libstdc++-v3/testsuite/tr1/4_metaprogramming/is_fundamental/requirements/explicit_instantiations.cc
libstdc++-v3/testsuite/tr1/4_metaprogramming/is_integral/requirements/explicit_instantiations.cc
libstdc++-v3/testsuite/tr1/4_metaprogramming/is_member_function_pointer/requirements/explicit_instantiations.cc
libstdc++-v3/testsuite/tr1/4_metaprogramming/is_member_object_pointer/requirements/explicit_instantiations.cc
libstdc++-v3/testsuite/tr1/4_metaprogramming/is_member_pointer/requirements/explicit_instantiations.cc
libstdc++-v3/testsuite/tr1/4_metaprogramming/is_object/requirements/explicit_instantiations.cc
libstdc++-v3/testsuite/tr1/4_metaprogramming/is_pod/requirements/explicit_instantiations.cc
libstdc++-v3/testsuite/tr1/4_metaprogramming/is_pointer/requirements/explicit_instantiations.cc
libstdc++-v3/testsuite/tr1/4_metaprogramming/is_polymorphic/requirements/explicit_instantiations.cc
libstdc++-v3/testsuite/tr1/4_metaprogramming/is_reference/requirements/explicit_instantiations.cc
libstdc++-v3/testsuite/tr1/4_metaprogramming/is_same/requirements/explicit_instantiations.cc
libstdc++-v3/testsuite/tr1/4_metaprogramming/is_scalar/requirements/explicit_instantiations.cc
libstdc++-v3/testsuite/tr1/4_metaprogramming/is_signed/requirements/explicit_instantiations.cc
libstdc++-v3/testsuite/tr1/4_metaprogramming/is_union/requirements/explicit_instantiations.cc
libstdc++-v3/testsuite/tr1/4_metaprogramming/is_unsigned/requirements/explicit_instantiations.cc
libstdc++-v3/testsuite/tr1/4_metaprogramming/is_void/requirements/explicit_instantiations.cc
libstdc++-v3/testsuite/tr1/4_metaprogramming/is_volatile/requirements/explicit_instantiations.cc
libstdc++-v3/testsuite/tr1/4_metaprogramming/rank/requirements/explicit_instantiations.cc
libstdc++-v3/testsuite/tr1/4_metaprogramming/remove_all_extents/requirements/explicit_instantiations.cc
libstdc++-v3/testsuite/tr1/4_metaprogramming/remove_const/requirements/explicit_instantiations.cc
libstdc++-v3/testsuite/tr1/4_metaprogramming/remove_cv/requirements/explicit_instantiations.cc
libstdc++-v3/testsuite/tr1/4_metaprogramming/remove_extent/requirements/explicit_instantiations.cc
libstdc++-v3/testsuite/tr1/4_metaprogramming/remove_pointer/requirements/explicit_instantiations.cc
libstdc++-v3/testsuite/tr1/4_metaprogramming/remove_reference/requirements/explicit_instantiations.cc
libstdc++-v3/testsuite/tr1/4_metaprogramming/remove_volatile/requirements/explicit_instantiations.cc

index 885a7865ad660d5e458db387d9fb69f9d82990da..9381988d8244e95fba97b6d1bb13fea920be8821 100644 (file)
@@ -1,3 +1,8 @@
+2007-05-01  Benjamin Kosnik  <bkoz@redhat.com>
+       
+       * tr1/4_metaprogramming/*/explicit_instantiations.cc: Change
+       "basic_ofstream" in comment to type_traits.
+
 2007-04-30  Benjamin Kosnik  <bkoz@redhat.com>
 
        Directory layout flattening.
index 585d45e5ef2dd12d861cd5d3df06df354bc02e40..bf3481ab2e7c14e0b50a46e1d62cf3f343702de4 100644 (file)
@@ -28,7 +28,7 @@
 // invalidate any other reasons why the executable file might be covered by
 // the GNU General Public License.
 
-// NB: This file is for testing basic_ofstream with NO OTHER INCLUDES.
+// NB: This file is for testing type_traits with NO OTHER INCLUDES.
 
 #include <tr1/type_traits>
 
index 478f05b561ec15332e4e899a8f783cc3191d5306..fdcd16545d3eafb86ad0ad8893f33516e562bf9b 100644 (file)
@@ -28,7 +28,7 @@
 // invalidate any other reasons why the executable file might be covered by
 // the GNU General Public License.
 
-// NB: This file is for testing basic_ofstream with NO OTHER INCLUDES.
+// NB: This file is for testing type_traits with NO OTHER INCLUDES.
 
 #include <tr1/type_traits>
 
index 00ec52114b0a629e46d0c4ae4308b5c3cae91247..65f695b174ce36ed3818f90289f5bce1e791c4b2 100644 (file)
@@ -28,7 +28,7 @@
 // invalidate any other reasons why the executable file might be covered by
 // the GNU General Public License.
 
-// NB: This file is for testing basic_ofstream with NO OTHER INCLUDES.
+// NB: This file is for testing type_traits with NO OTHER INCLUDES.
 
 #include <tr1/type_traits>
 
index fc08b6886d99302ece17c7915f1e459e10bb3394..1cc7149fd077005f774b94ba02eb54054c30f55d 100644 (file)
@@ -28,7 +28,7 @@
 // invalidate any other reasons why the executable file might be covered by
 // the GNU General Public License.
 
-// NB: This file is for testing basic_ofstream with NO OTHER INCLUDES.
+// NB: This file is for testing type_traits with NO OTHER INCLUDES.
 
 #include <tr1/type_traits>
 
index 322946bcda239ccca068f87d50cf3071cc2503c1..0aefd05dcb387414d13a9c58b47553f8f60dbf22 100644 (file)
@@ -28,7 +28,7 @@
 // invalidate any other reasons why the executable file might be covered by
 // the GNU General Public License.
 
-// NB: This file is for testing basic_ofstream with NO OTHER INCLUDES.
+// NB: This file is for testing type_traits with NO OTHER INCLUDES.
 
 #include <tr1/type_traits>
 
index f813d7f29f662e6764f085245cb6d49f482dab2c..1469e1eb32ae4c2da5dcc75f4ba9e7314841b1c3 100644 (file)
@@ -28,7 +28,7 @@
 // invalidate any other reasons why the executable file might be covered by
 // the GNU General Public License.
 
-// NB: This file is for testing basic_ofstream with NO OTHER INCLUDES.
+// NB: This file is for testing type_traits with NO OTHER INCLUDES.
 
 #include <tr1/type_traits>
 
index 05f0cc8c4aebdecea4304229c54464272880ca17..8a040e1f53614e6525af7b3539aea7af694fc7b2 100644 (file)
@@ -28,7 +28,7 @@
 // invalidate any other reasons why the executable file might be covered by
 // the GNU General Public License.
 
-// NB: This file is for testing basic_ofstream with NO OTHER INCLUDES.
+// NB: This file is for testing type_traits with NO OTHER INCLUDES.
 
 #include <tr1/type_traits>
 
index bcf77fe44bede00435164e5ef5e23870f931e811..972a2b4b23124348ded0c26766344350abba0d24 100644 (file)
@@ -28,7 +28,7 @@
 // invalidate any other reasons why the executable file might be covered by
 // the GNU General Public License.
 
-// NB: This file is for testing basic_ofstream with NO OTHER INCLUDES.
+// NB: This file is for testing type_traits with NO OTHER INCLUDES.
 
 #include <tr1/type_traits>
 
index b32945f76ca648175f553393022735ef948f9b68..4537d495d4fb3394d7778ba6450520f3436c3096 100644 (file)
@@ -28,7 +28,7 @@
 // invalidate any other reasons why the executable file might be covered by
 // the GNU General Public License.
 
-// NB: This file is for testing basic_ofstream with NO OTHER INCLUDES.
+// NB: This file is for testing type_traits with NO OTHER INCLUDES.
 
 #include <tr1/type_traits>
 
index 035747b0abd7a7cfb13941087a19641d0a333e5e..9e2e076b01c023a83dc32674c22d46e342006798 100644 (file)
@@ -28,7 +28,7 @@
 // invalidate any other reasons why the executable file might be covered by
 // the GNU General Public License.
 
-// NB: This file is for testing basic_ofstream with NO OTHER INCLUDES.
+// NB: This file is for testing type_traits with NO OTHER INCLUDES.
 
 #include <tr1/type_traits>
 
index f34acd6f66c9faf2246f57cd3c3a3de59d9c534b..a5d16f3cfa63526b94eb7d4e3a0ec866d6c5009d 100644 (file)
@@ -28,7 +28,7 @@
 // invalidate any other reasons why the executable file might be covered by
 // the GNU General Public License.
 
-// NB: This file is for testing basic_ofstream with NO OTHER INCLUDES.
+// NB: This file is for testing type_traits with NO OTHER INCLUDES.
 
 #include <tr1/type_traits>
 
index 3db63384c8e0f63ab8681bb1d851735ab47bb75b..22312840fc22df445a8feb4da9c50f02ff323d89 100644 (file)
@@ -28,7 +28,7 @@
 // invalidate any other reasons why the executable file might be covered by
 // the GNU General Public License.
 
-// NB: This file is for testing basic_ofstream with NO OTHER INCLUDES.
+// NB: This file is for testing type_traits with NO OTHER INCLUDES.
 
 #include <tr1/type_traits>
 
index de52f599d4de5cea9c2cefcb964b1f024258bfe0..061647be2b530ad7aa9c399d978f19d03ede7a1d 100644 (file)
@@ -28,7 +28,7 @@
 // invalidate any other reasons why the executable file might be covered by
 // the GNU General Public License.
 
-// NB: This file is for testing basic_ofstream with NO OTHER INCLUDES.
+// NB: This file is for testing type_traits with NO OTHER INCLUDES.
 
 #include <tr1/type_traits>
 
index 3194119da6b953b747505e76448b9b5c7584e83e..5adf42a0442b6f2fa98eb27b4cab500db61f0f0d 100644 (file)
@@ -28,7 +28,7 @@
 // invalidate any other reasons why the executable file might be covered by
 // the GNU General Public License.
 
-// NB: This file is for testing basic_ofstream with NO OTHER INCLUDES.
+// NB: This file is for testing type_traits with NO OTHER INCLUDES.
 
 #include <tr1/type_traits>
 
index 6e2f67811312d6ed64a17c91811adcb5fc93a1b7..41f594d73841039c465db8f0e3de799539fccd03 100644 (file)
@@ -28,7 +28,7 @@
 // invalidate any other reasons why the executable file might be covered by
 // the GNU General Public License.
 
-// NB: This file is for testing basic_ofstream with NO OTHER INCLUDES.
+// NB: This file is for testing type_traits with NO OTHER INCLUDES.
 
 #include <tr1/type_traits>
 
index c53010304ca96ff77917f743ef2c77ae139b1dcc..458ed7ed6ebc46b9c4487339a5d1efc6205c79ff 100644 (file)
@@ -28,7 +28,7 @@
 // invalidate any other reasons why the executable file might be covered by
 // the GNU General Public License.
 
-// NB: This file is for testing basic_ofstream with NO OTHER INCLUDES.
+// NB: This file is for testing type_traits with NO OTHER INCLUDES.
 
 #include <tr1/type_traits>
 
index eee47464140eacda3b445852839e88e64b459e51..701b320432ec9928c1b6cd08f3c92ac106e3318a 100644 (file)
@@ -28,7 +28,7 @@
 // invalidate any other reasons why the executable file might be covered by
 // the GNU General Public License.
 
-// NB: This file is for testing basic_ofstream with NO OTHER INCLUDES.
+// NB: This file is for testing type_traits with NO OTHER INCLUDES.
 
 #include <tr1/type_traits>
 
index de6f7342e6f847569436328a7390d194431eab90..04707156c954e58e9af26c763f5070cb0e9ff849 100644 (file)
@@ -28,7 +28,7 @@
 // invalidate any other reasons why the executable file might be covered by
 // the GNU General Public License.
 
-// NB: This file is for testing basic_ofstream with NO OTHER INCLUDES.
+// NB: This file is for testing type_traits with NO OTHER INCLUDES.
 
 #include <tr1/type_traits>
 
index fe206100b3fafb541ff17a1de71d02574ade06c0..e18948c37b72248f89dc1954c61012dce26d9f02 100644 (file)
@@ -28,7 +28,7 @@
 // invalidate any other reasons why the executable file might be covered by
 // the GNU General Public License.
 
-// NB: This file is for testing basic_ofstream with NO OTHER INCLUDES.
+// NB: This file is for testing type_traits with NO OTHER INCLUDES.
 
 #include <tr1/type_traits>
 
index 4ba326fdc154d986c396b6f145e3c8a06e8a490b..c70df4629c8001744eacac7a07123b0f1e0eab7b 100644 (file)
@@ -28,7 +28,7 @@
 // invalidate any other reasons why the executable file might be covered by
 // the GNU General Public License.
 
-// NB: This file is for testing basic_ofstream with NO OTHER INCLUDES.
+// NB: This file is for testing type_traits with NO OTHER INCLUDES.
 
 #include <tr1/type_traits>
 
index 49bc62c8067d7081f0eb008b97b5c77d74eed45b..29853f2a051e6ac51e05d5410b4f48070f799157 100644 (file)
@@ -28,7 +28,7 @@
 // invalidate any other reasons why the executable file might be covered by
 // the GNU General Public License.
 
-// NB: This file is for testing basic_ofstream with NO OTHER INCLUDES.
+// NB: This file is for testing type_traits with NO OTHER INCLUDES.
 
 #include <tr1/type_traits>
 
index 555c2154e7f597f8bc6de10841dcfa1b826a32ae..448ec8611a4ecfad609c07065aa1bfd6e0b88a4e 100644 (file)
@@ -28,7 +28,7 @@
 // invalidate any other reasons why the executable file might be covered by
 // the GNU General Public License.
 
-// NB: This file is for testing basic_ofstream with NO OTHER INCLUDES.
+// NB: This file is for testing type_traits with NO OTHER INCLUDES.
 
 #include <tr1/type_traits>
 
index ca8d8583282d9765659a961cca4cf995de822f4b..f15cd270981b44e0209d929c82a2ffa92b715ae4 100644 (file)
@@ -28,7 +28,7 @@
 // invalidate any other reasons why the executable file might be covered by
 // the GNU General Public License.
 
-// NB: This file is for testing basic_ofstream with NO OTHER INCLUDES.
+// NB: This file is for testing type_traits with NO OTHER INCLUDES.
 
 #include <tr1/type_traits>
 
index ec965399576cc2383d8fb3c056232b7fc2bb4b30..78174906f4056784f2069f74d71c445aec7cc30a 100644 (file)
@@ -28,7 +28,7 @@
 // invalidate any other reasons why the executable file might be covered by
 // the GNU General Public License.
 
-// NB: This file is for testing basic_ofstream with NO OTHER INCLUDES.
+// NB: This file is for testing type_traits with NO OTHER INCLUDES.
 
 #include <tr1/type_traits>
 
index 077f0643f3b1c9d575d5f2a4c40d55ee292f9b81..b2ada0391f968292b494a6ebcecbc8b16790070c 100644 (file)
@@ -28,7 +28,7 @@
 // invalidate any other reasons why the executable file might be covered by
 // the GNU General Public License.
 
-// NB: This file is for testing basic_ofstream with NO OTHER INCLUDES.
+// NB: This file is for testing type_traits with NO OTHER INCLUDES.
 
 #include <tr1/type_traits>
 
index 53861edf158414debff9f0c27e07d01be8aaa26a..cfe503a3e09cc6624b651abdb8b10d83c9d84178 100644 (file)
@@ -28,7 +28,7 @@
 // invalidate any other reasons why the executable file might be covered by
 // the GNU General Public License.
 
-// NB: This file is for testing basic_ofstream with NO OTHER INCLUDES.
+// NB: This file is for testing type_traits with NO OTHER INCLUDES.
 
 #include <tr1/type_traits>
 
index 7f60c6d0fb8d3720064681fdcab90666b4655c1a..1df9091bab90073eb4168871b4730bba7ebc406c 100644 (file)
@@ -28,7 +28,7 @@
 // invalidate any other reasons why the executable file might be covered by
 // the GNU General Public License.
 
-// NB: This file is for testing basic_ofstream with NO OTHER INCLUDES.
+// NB: This file is for testing type_traits with NO OTHER INCLUDES.
 
 #include <tr1/type_traits>
 
index 95bd58b3145a2b70fcf986d8c209f362065a30a8..e43a8e1761950a8813e4b493cbfeef0b41e2f482 100644 (file)
@@ -28,7 +28,7 @@
 // invalidate any other reasons why the executable file might be covered by
 // the GNU General Public License.
 
-// NB: This file is for testing basic_ofstream with NO OTHER INCLUDES.
+// NB: This file is for testing type_traits with NO OTHER INCLUDES.
 
 #include <tr1/type_traits>
 
index 0028cbadc7dc3a639f97c11fff116d8ae02b5a4a..fcc695745e10a459565ee371cf077f6dce3f228b 100644 (file)
@@ -28,7 +28,7 @@
 // invalidate any other reasons why the executable file might be covered by
 // the GNU General Public License.
 
-// NB: This file is for testing basic_ofstream with NO OTHER INCLUDES.
+// NB: This file is for testing type_traits with NO OTHER INCLUDES.
 
 #include <tr1/type_traits>
 
index 1b021191f312599427b637af464fb73831ed507e..26c5b1da3b086842c0f283fa52ada2efa37a25a9 100644 (file)
@@ -28,7 +28,7 @@
 // invalidate any other reasons why the executable file might be covered by
 // the GNU General Public License.
 
-// NB: This file is for testing basic_ofstream with NO OTHER INCLUDES.
+// NB: This file is for testing type_traits with NO OTHER INCLUDES.
 
 #include <tr1/type_traits>
 
index d379190b3c36683bc6c9299b9450c72ebb11e079..d73966372957c8af3d48061f3cc6862ea125e749 100644 (file)
@@ -28,7 +28,7 @@
 // invalidate any other reasons why the executable file might be covered by
 // the GNU General Public License.
 
-// NB: This file is for testing basic_ofstream with NO OTHER INCLUDES.
+// NB: This file is for testing type_traits with NO OTHER INCLUDES.
 
 #include <tr1/type_traits>
 
index 2cec04701c4ac9e099e7a10b7649d1fd0ce8099f..c9f35284e47a725bbef36c749dc99079149eac83 100644 (file)
@@ -28,7 +28,7 @@
 // invalidate any other reasons why the executable file might be covered by
 // the GNU General Public License.
 
-// NB: This file is for testing basic_ofstream with NO OTHER INCLUDES.
+// NB: This file is for testing type_traits with NO OTHER INCLUDES.
 
 #include <tr1/type_traits>
 
index a4ba0657f3d6faaa411c0cfefb1360e322e90522..a57fe7de22c4096eb3f8fb0ed22b325318316ca2 100644 (file)
@@ -28,7 +28,7 @@
 // invalidate any other reasons why the executable file might be covered by
 // the GNU General Public License.
 
-// NB: This file is for testing basic_ofstream with NO OTHER INCLUDES.
+// NB: This file is for testing type_traits with NO OTHER INCLUDES.
 
 #include <tr1/type_traits>
 
index e94a59250419c4c9af859b375c96bc8a6b5bef0a..4d13bd7542e74c0914d822598f16c1c79da9cc97 100644 (file)
@@ -28,7 +28,7 @@
 // invalidate any other reasons why the executable file might be covered by
 // the GNU General Public License.
 
-// NB: This file is for testing basic_ofstream with NO OTHER INCLUDES.
+// NB: This file is for testing type_traits with NO OTHER INCLUDES.
 
 #include <tr1/type_traits>
 
index 5677efe389718778c9925333afd5a5708f0e61a7..c0e4ed7049bd4c42664b62944fdfdabf5445fb10 100644 (file)
@@ -28,7 +28,7 @@
 // invalidate any other reasons why the executable file might be covered by
 // the GNU General Public License.
 
-// NB: This file is for testing basic_ofstream with NO OTHER INCLUDES.
+// NB: This file is for testing type_traits with NO OTHER INCLUDES.
 
 #include <tr1/type_traits>
 
index dd859fe1565402153435f4393151a1a9a6acee02..05fe8a1a3d6bec90d12bf0f2e97d0834ac2ce9cf 100644 (file)
@@ -28,7 +28,7 @@
 // invalidate any other reasons why the executable file might be covered by
 // the GNU General Public License.
 
-// NB: This file is for testing basic_ofstream with NO OTHER INCLUDES.
+// NB: This file is for testing type_traits with NO OTHER INCLUDES.
 
 #include <tr1/type_traits>
 
index 4e90d8fddc39e6374fa6de8f2de7295238280db1..9f90dd27709bdf8721c59730027eb5b5fff923ef 100644 (file)
@@ -28,7 +28,7 @@
 // invalidate any other reasons why the executable file might be covered by
 // the GNU General Public License.
 
-// NB: This file is for testing basic_ofstream with NO OTHER INCLUDES.
+// NB: This file is for testing type_traits with NO OTHER INCLUDES.
 
 #include <tr1/type_traits>
 
index 02a2b58795b3a5f513234363690a6d63e3fe70c7..57235b16f659a40430c3dfe3eeac6dd673f3ec15 100644 (file)
@@ -28,7 +28,7 @@
 // invalidate any other reasons why the executable file might be covered by
 // the GNU General Public License.
 
-// NB: This file is for testing basic_ofstream with NO OTHER INCLUDES.
+// NB: This file is for testing type_traits with NO OTHER INCLUDES.
 
 #include <tr1/type_traits>
 
index c6d528ae00e812801ffaeccb8040c8ae86b8f427..e8c31fd454817d9a7d14b1df31570ef2afe13cc2 100644 (file)
@@ -28,7 +28,7 @@
 // invalidate any other reasons why the executable file might be covered by
 // the GNU General Public License.
 
-// NB: This file is for testing basic_ofstream with NO OTHER INCLUDES.
+// NB: This file is for testing type_traits with NO OTHER INCLUDES.
 
 #include <tr1/type_traits>
 
index 94df35dc99f1753c43e446399a17993c1351bb48..17e63d6a181703cce86104a2c576d5b29efde300 100644 (file)
@@ -28,7 +28,7 @@
 // invalidate any other reasons why the executable file might be covered by
 // the GNU General Public License.
 
-// NB: This file is for testing basic_ofstream with NO OTHER INCLUDES.
+// NB: This file is for testing type_traits with NO OTHER INCLUDES.
 
 #include <tr1/type_traits>
 
index 0f1df9b3963076862bcf56ddee4241703700a268..d88abf37f6130f47231459d5f7e61ea15133600e 100644 (file)
@@ -28,7 +28,7 @@
 // invalidate any other reasons why the executable file might be covered by
 // the GNU General Public License.
 
-// NB: This file is for testing basic_ofstream with NO OTHER INCLUDES.
+// NB: This file is for testing type_traits with NO OTHER INCLUDES.
 
 #include <tr1/type_traits>
 
index fc6c18a7896e6acbbf6a6eb585ae49b3c6ab97b7..1132721ee5dad0bd4307b1e71517dfca4f38f361 100644 (file)
@@ -28,7 +28,7 @@
 // invalidate any other reasons why the executable file might be covered by
 // the GNU General Public License.
 
-// NB: This file is for testing basic_ofstream with NO OTHER INCLUDES.
+// NB: This file is for testing type_traits with NO OTHER INCLUDES.
 
 #include <tr1/type_traits>
 
index 19e79fff7f93b633995ac79b99bd1defd81c412c..19fb2eb6467829ba99a2a0fd582fa59cdbc808bb 100644 (file)
@@ -28,7 +28,7 @@
 // invalidate any other reasons why the executable file might be covered by
 // the GNU General Public License.
 
-// NB: This file is for testing basic_ofstream with NO OTHER INCLUDES.
+// NB: This file is for testing type_traits with NO OTHER INCLUDES.
 
 #include <tr1/type_traits>
 
index 1016497c0896d6102d82e9f06fc13977a8b2612b..5e245024873138c608f15bbaa50f8bc66ea2ae0a 100644 (file)
@@ -28,7 +28,7 @@
 // invalidate any other reasons why the executable file might be covered by
 // the GNU General Public License.
 
-// NB: This file is for testing basic_ofstream with NO OTHER INCLUDES.
+// NB: This file is for testing type_traits with NO OTHER INCLUDES.
 
 #include <tr1/type_traits>
 
index 4c0fb9ac445fcaf70af3ce7bbff3b7a82282a895..bfd42f3ed736be97d1734e4e456c6839f903586d 100644 (file)
@@ -28,7 +28,7 @@
 // invalidate any other reasons why the executable file might be covered by
 // the GNU General Public License.
 
-// NB: This file is for testing basic_ofstream with NO OTHER INCLUDES.
+// NB: This file is for testing type_traits with NO OTHER INCLUDES.
 
 #include <tr1/type_traits>
 
index 3c98b96d63dc8faff4e909e453ff9133696f4306..98b62365546399f9703302c6b06dc674e186fbeb 100644 (file)
@@ -28,7 +28,7 @@
 // invalidate any other reasons why the executable file might be covered by
 // the GNU General Public License.
 
-// NB: This file is for testing basic_ofstream with NO OTHER INCLUDES.
+// NB: This file is for testing type_traits with NO OTHER INCLUDES.
 
 #include <tr1/type_traits>
 
index d95c8b8e55c7b9ea9dd34f6df39f3fdc5ef15fc9..d147481469ae84ac5451af079f7f709484d6b24b 100644 (file)
@@ -28,7 +28,7 @@
 // invalidate any other reasons why the executable file might be covered by
 // the GNU General Public License.
 
-// NB: This file is for testing basic_ofstream with NO OTHER INCLUDES.
+// NB: This file is for testing type_traits with NO OTHER INCLUDES.
 
 #include <tr1/type_traits>
 
index 354112895811929558dc967962dde7a80cbeb092..bb1717830e0e565b9d567beb78feee8df9902092 100644 (file)
@@ -28,7 +28,7 @@
 // invalidate any other reasons why the executable file might be covered by
 // the GNU General Public License.
 
-// NB: This file is for testing basic_ofstream with NO OTHER INCLUDES.
+// NB: This file is for testing type_traits with NO OTHER INCLUDES.
 
 #include <tr1/type_traits>
 
index d9e8095ceae8f3f20729ab410e0a21b5209b4ec3..46af25ecd98e3aecd001a2731950367daad6a0de 100644 (file)
@@ -28,7 +28,7 @@
 // invalidate any other reasons why the executable file might be covered by
 // the GNU General Public License.
 
-// NB: This file is for testing basic_ofstream with NO OTHER INCLUDES.
+// NB: This file is for testing type_traits with NO OTHER INCLUDES.
 
 #include <tr1/type_traits>
 
index 964c3f9c06e69b5b7ad9728bfe374ba2de74f023..be648a835a74143cde8d243588c6a929e6306867 100644 (file)
@@ -28,7 +28,7 @@
 // invalidate any other reasons why the executable file might be covered by
 // the GNU General Public License.
 
-// NB: This file is for testing basic_ofstream with NO OTHER INCLUDES.
+// NB: This file is for testing type_traits with NO OTHER INCLUDES.
 
 #include <tr1/type_traits>
 
index 1dfe1ba3bac7e9e50b3c9e4074f9955d4019ce0d..3446aea3f878351316433fc038ce51c144c6e77e 100644 (file)
@@ -28,7 +28,7 @@
 // invalidate any other reasons why the executable file might be covered by
 // the GNU General Public License.
 
-// NB: This file is for testing basic_ofstream with NO OTHER INCLUDES.
+// NB: This file is for testing type_traits with NO OTHER INCLUDES.
 
 #include <tr1/type_traits>
 
index 12b8e6fd9ee8a41696675f0471452eb34479dc44..d8c9deebafb3b080f4cf970e8101587760b3d8c1 100644 (file)
@@ -28,7 +28,7 @@
 // invalidate any other reasons why the executable file might be covered by
 // the GNU General Public License.
 
-// NB: This file is for testing basic_ofstream with NO OTHER INCLUDES.
+// NB: This file is for testing type_traits with NO OTHER INCLUDES.
 
 #include <tr1/type_traits>
 
index 70555cbc5eb569b679e4885bc6c28393ce428c73..40bc4fb9a1a2cf9acba632dbce28030f5045f635 100644 (file)
@@ -28,7 +28,7 @@
 // invalidate any other reasons why the executable file might be covered by
 // the GNU General Public License.
 
-// NB: This file is for testing basic_ofstream with NO OTHER INCLUDES.
+// NB: This file is for testing type_traits with NO OTHER INCLUDES.
 
 #include <tr1/type_traits>
 
index bd87c69c50cc4479c9ac057a40529c783e0ff859..db3d3ec06cb9126aeddb77b461421880dd1d5c27 100644 (file)
@@ -28,7 +28,7 @@
 // invalidate any other reasons why the executable file might be covered by
 // the GNU General Public License.
 
-// NB: This file is for testing basic_ofstream with NO OTHER INCLUDES.
+// NB: This file is for testing type_traits with NO OTHER INCLUDES.
 
 #include <tr1/type_traits>