Commit 4d0bb770 by Jonathan Wakely Committed by Jonathan Wakely

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
parent 87e9c2a2
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.
*/
......
// { 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>
......
// { dg-options "-std=c++11" }
// { dg-options "-std=gnu++11" }
// Copyright (C) 2012-2014 Free Software Foundation, Inc.
//
......
// { dg-options "-std=c++11" }
// { dg-options "-std=gnu++11" }
// Copyright (C) 2012-2014 Free Software Foundation, Inc.
//
......
// { dg-options "-std=c++11" }
// { dg-options "-std=gnu++11" }
// Copyright (C) 2012-2014 Free Software Foundation, Inc.
//
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment