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:
Jonathan Wakely 2014-01-26 11:22:58 +00:00 committed by Jonathan Wakely
parent 87e9c2a2f0
commit 4d0bb77039
8 changed files with 19 additions and 7 deletions

View 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

View 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.
*/

View 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.
*/

View File

@ -1,4 +1,4 @@
// { dg-options "-std=c++11" }
// { dg-options "-std=gnu++11" }
// Copyright (C) 2012-2014 Free Software Foundation, Inc.
//

View 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>

View File

@ -1,4 +1,4 @@
// { dg-options "-std=c++11" }
// { dg-options "-std=gnu++11" }
// Copyright (C) 2012-2014 Free Software Foundation, Inc.
//

View File

@ -1,4 +1,4 @@
// { dg-options "-std=c++11" }
// { dg-options "-std=gnu++11" }
// Copyright (C) 2012-2014 Free Software Foundation, Inc.
//

View File

@ -1,4 +1,4 @@
// { dg-options "-std=c++11" }
// { dg-options "-std=gnu++11" }
// Copyright (C) 2012-2014 Free Software Foundation, Inc.
//