Fix an english issue.

From-SVN: r189894
This commit is contained in:
François Dumont 2012-07-26 20:41:23 +00:00
parent 55b073bae6
commit 18a8e9ef96
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
size_type, ...): Remove std::max usage to guarantee that hashtable
state is consistent with hash policy state.
(_Hashtable<>::rehash): Likewise. Set _M_prev_resize to 0 to avoid
the hashtable to be shrinking on next insertion.
the hashtable shrinking on next insertion.
* testsuite/23_containers/unordered_set/modifiers/reserve.cc: New.
* testsuite/23_containers/unordered_multiset/modifiers/reserve.cc: New.
* testsuite/23_containers/unordered_map/modifiers/reserve.cc: New.