summaryrefslogtreecommitdiffstats
path: root/libstdc++-v3/include/bits/unordered_map.h
diff options
context:
space:
mode:
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>2013-01-06 21:58:18 +0000
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>2013-01-06 21:58:18 +0000
commitca9e31fa509c5dc3ac8d8b6ecf1d5d04f389b8e1 (patch)
treeb76c8ec190157aaad0725d6bcffdd9411b094897 /libstdc++-v3/include/bits/unordered_map.h
parent383f9c66a3972f292df21484e2d96999d204e143 (diff)
downloadppe42-gcc-ca9e31fa509c5dc3ac8d8b6ecf1d5d04f389b8e1.tar.gz
ppe42-gcc-ca9e31fa509c5dc3ac8d8b6ecf1d5d04f389b8e1.zip
* include/bits/unordered_map.h: Fix typo in comments.
* doc/xml/manual/status_cxx2011.xml: Add implementation-defined bucket counts for unordered associative containers. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@194954 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/include/bits/unordered_map.h')
-rw-r--r--libstdc++-v3/include/bits/unordered_map.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libstdc++-v3/include/bits/unordered_map.h b/libstdc++-v3/include/bits/unordered_map.h
index e2b83db3700..9fa0553f211 100644
--- a/libstdc++-v3/include/bits/unordered_map.h
+++ b/libstdc++-v3/include/bits/unordered_map.h
@@ -1,6 +1,6 @@
// unordered_map implementation -*- C++ -*-
-// Copyright (C) 2010, 2011, 2012 Free Software Foundation, Inc.
+// Copyright (C) 2010-2013 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the
@@ -167,7 +167,7 @@ _GLIBCXX_BEGIN_NAMESPACE_CONTAINER
/// Copy constructor.
unordered_map(const unordered_map&) = default;
- /// Move constrcutor.
+ /// Move constructor.
unordered_map(unordered_map&&) = default;
/**
@@ -848,7 +848,7 @@ _GLIBCXX_BEGIN_NAMESPACE_CONTAINER
/// Copy constructor.
unordered_multimap(const unordered_multimap&) = default;
- /// Move constrcutor.
+ /// Move constructor.
unordered_multimap(unordered_multimap&&) = default;
/**
OpenPOWER on IntegriCloud