mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-21 10:59:30 +08:00
stl_map.h: Remove anachronistic comment.
* 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
This commit is contained in:
parent
87e9c2a2f0
commit
4d0bb77039
@ -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
|
||||
|
@ -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.
|
||||
*/
|
||||
|
@ -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.
|
||||
*/
|
||||
|
@ -1,4 +1,4 @@
|
||||
// { dg-options "-std=c++11" }
|
||||
// { dg-options "-std=gnu++11" }
|
||||
|
||||
// Copyright (C) 2012-2014 Free Software Foundation, Inc.
|
||||
//
|
||||
|
@ -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>
|
||||
|
@ -1,4 +1,4 @@
|
||||
// { dg-options "-std=c++11" }
|
||||
// { dg-options "-std=gnu++11" }
|
||||
|
||||
// Copyright (C) 2012-2014 Free Software Foundation, Inc.
|
||||
//
|
||||
|
@ -1,4 +1,4 @@
|
||||
// { dg-options "-std=c++11" }
|
||||
// { dg-options "-std=gnu++11" }
|
||||
|
||||
// Copyright (C) 2012-2014 Free Software Foundation, Inc.
|
||||
//
|
||||
|
@ -1,4 +1,4 @@
|
||||
// { dg-options "-std=c++11" }
|
||||
// { dg-options "-std=gnu++11" }
|
||||
|
||||
// Copyright (C) 2012-2014 Free Software Foundation, Inc.
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user