summaryrefslogtreecommitdiffstats
path: root/libstdc++-v3/include/bits
diff options
context:
space:
mode:
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>2014-01-26 11:22:58 +0000
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>2014-01-26 11:22:58 +0000
commitfc04fffcd624f800b92744d74616fa25b5bbd2ea (patch)
tree07d2800d3f98abf466b39a106b13b38009f5bd4c /libstdc++-v3/include/bits
parenta41e582f7002e67e08bfda8cfd93076612c9a1c9 (diff)
downloadppe42-gcc-fc04fffcd624f800b92744d74616fa25b5bbd2ea.tar.gz
ppe42-gcc-fc04fffcd624f800b92744d74616fa25b5bbd2ea.zip
* 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@207115 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/include/bits')
-rw-r--r--libstdc++-v3/include/bits/stl_map.h4
-rw-r--r--libstdc++-v3/include/bits/stl_multimap.h1
2 files changed, 3 insertions, 2 deletions
diff --git a/libstdc++-v3/include/bits/stl_map.h b/libstdc++-v3/include/bits/stl_map.h
index fa121e2d9a3..334c54f4c90 100644
--- a/libstdc++-v3/include/bits/stl_map.h
+++ b/libstdc++-v3/include/bits/stl_map.h
@@ -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.
*/
diff --git a/libstdc++-v3/include/bits/stl_multimap.h b/libstdc++-v3/include/bits/stl_multimap.h
index e4575c15da9..c7b80c9944e 100644
--- a/libstdc++-v3/include/bits/stl_multimap.h
+++ b/libstdc++-v3/include/bits/stl_multimap.h
@@ -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.
*/
OpenPOWER on IntegriCloud