]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
stl_map.h: Remove anachronistic comment.
authorJonathan Wakely <jwakely@redhat.com>
Sun, 26 Jan 2014 11:22:58 +0000 (11:22 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Sun, 26 Jan 2014 11:22:58 +0000 (11:22 +0000)
* include/bits/stl_map.h: Remove anachronistic comment.
* include/bits/stl_multimap.h: Add whitespace.
* testsuite/23_containers/map/modifiers/emplace/1.cc: Use
-std=gnu++11 instead of -std=c++11.
* testsuite/23_containers/map/operators/2.cc: Likewise.
* testsuite/23_containers/multimap/modifiers/emplace/1.cc: Likewise.
* testsuite/23_containers/multiset/modifiers/emplace/1.cc: Likewise.
* testsuite/23_containers/set/modifiers/emplace/1.cc: Likewise.

From-SVN: r207115

libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/stl_map.h
libstdc++-v3/include/bits/stl_multimap.h
libstdc++-v3/testsuite/23_containers/map/modifiers/emplace/1.cc
libstdc++-v3/testsuite/23_containers/map/operators/2.cc
libstdc++-v3/testsuite/23_containers/multimap/modifiers/emplace/1.cc
libstdc++-v3/testsuite/23_containers/multiset/modifiers/emplace/1.cc
libstdc++-v3/testsuite/23_containers/set/modifiers/emplace/1.cc

index b575a92f5c4baa3a1e34022c4027323e4e60757c..735071c624caa18744309546c825c9a15c5b6fb6 100644 (file)
@@ -1,3 +1,14 @@
+2014-01-26  Jonathan Wakely  <jwakely@redhat.com>
+
+       * include/bits/stl_map.h: Remove anachronistic comment.
+       * include/bits/stl_multimap.h: Add whitespace.
+       * testsuite/23_containers/map/modifiers/emplace/1.cc: Use
+       -std=gnu++11 instead of -std=c++11.
+       * testsuite/23_containers/map/operators/2.cc: Likewise.
+       * testsuite/23_containers/multimap/modifiers/emplace/1.cc: Likewise.
+       * testsuite/23_containers/multiset/modifiers/emplace/1.cc: Likewise.
+       * testsuite/23_containers/set/modifiers/emplace/1.cc: Likewise.
+
 2014-01-24  Ed Smith-Rowland  <3dw4rd@verizon.net>
 
        PR libstdc++/59531
index fa121e2d9a37231e492753e743c459ef2c57bcf2..334c54f4c90da48d1041c26e67adb435efb41b4a 100644 (file)
@@ -154,8 +154,8 @@ _GLIBCXX_BEGIN_NAMESPACE_CONTAINER
       typedef typename _Rep_type::const_reverse_iterator const_reverse_iterator;
 
       // [23.3.1.1] construct/copy/destroy
-      // (get_allocator() is normally listed in this section, but seems to have
-      // been accidentally omitted in the printed standard)
+      // (get_allocator() is also listed in this section)
+
       /**
        *  @brief  Default constructor creates no elements.
        */
index e4575c15da9ced6a9cddf780b8a469792aa69e42..c7b80c9944e9e2b98468b29db4037b8c3b8325a6 100644 (file)
@@ -153,6 +153,7 @@ _GLIBCXX_BEGIN_NAMESPACE_CONTAINER
 
       // [23.3.2] construct/copy/destroy
       // (get_allocator() is also listed in this section)
+
       /**
        *  @brief  Default constructor creates no elements.
        */
index fb055474b20e41072c300f176ab51a281b92560a..44543f5462d3040002bb820c543ef67f9c2edf52 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 
 // Copyright (C) 2012-2014 Free Software Foundation, Inc.
 //
index 850eda9accc27c982efe43b64f592cb0635f72a8..53c1adbf3356a1d1eae24d36fbb5bb53c8315975 100644 (file)
@@ -17,7 +17,7 @@
 
 // This test verifies that the value type of a map need not be default copyable.
 
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 
 #include <map>
 #include <testsuite_hooks.h>
index dfdf621e79358349d65dbd1e04712f4c1f15d33e..fa98f43291db2baadbffb85442af544d4fc6c7c9 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 
 // Copyright (C) 2012-2014 Free Software Foundation, Inc.
 //
index d6b738e33c08373a64ce24a49341d111e7776a78..a013ef700f60d22b34c61fddd2fbc5cc62758bc4 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 
 // Copyright (C) 2012-2014 Free Software Foundation, Inc.
 //
index ab6d4364d15a5e0e56ce2afc6dc413328e46690a..12ea12eb087a91f03315c7df62c4ffe9f8b65536 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=c++11" }
+// { dg-options "-std=gnu++11" }
 
 // Copyright (C) 2012-2014 Free Software Foundation, Inc.
 //