]> git.ipfire.org Git - thirdparty/gcc.git/commit - libstdc++-v3/include/debug/macros.h
formatter.h (_Debug_msg_id): Add __msg_valid_load_factor.
authorFrançois Dumont <fdumont@gcc.gnu.org>
Thu, 18 Oct 2012 19:50:37 +0000 (19:50 +0000)
committerFrançois Dumont <fdumont@gcc.gnu.org>
Thu, 18 Oct 2012 19:50:37 +0000 (19:50 +0000)
commit14cbb5d84ccf53215f55066a6f07c629986ae9e2
tree34bf4a9562ff07a024989aa0df8e2fe4da90b296
parent67e4210bf18a6ec35b00159b486f40f24dc02c36
formatter.h (_Debug_msg_id): Add __msg_valid_load_factor.

2012-10-18  François Dumont  <fdumont@gcc.gnu.org>

* include/debug/formatter.h (_Debug_msg_id): Add
__msg_valid_load_factor.
* include/debug/macros.h (__glibcxx_check_max_load_factor): New.
* include/debug/unordered_set
(unordered_set<>::max_load_factor(float)): Check max load factor
is positive.
(unordered_multiset<>::max_load_factor(float)): Likewise.
* include/debug/unordered_map
(unordered_map<>::max_load_factor(float)): Likewise.
(unordered_multimap<>::max_load_factor(float)): Likewise.
* testsuite/23_containers/unordered_map/debug/max_load_factor_neg.cc:
New.
* testsuite/23_containers/unordered_multimap/debug/
max_load_factor_neg.cc: New.
* testsuite/23_containers/unordered_set/debug/max_load_factor_neg.cc:
New.
* testsuite/23_containers/unordered_multiset/debug/
max_load_factor_neg.cc: New.

From-SVN: r192575
libstdc++-v3/ChangeLog
libstdc++-v3/include/debug/formatter.h
libstdc++-v3/include/debug/macros.h
libstdc++-v3/include/debug/unordered_map
libstdc++-v3/include/debug/unordered_set
libstdc++-v3/src/c++11/debug.cc
libstdc++-v3/testsuite/23_containers/unordered_map/debug/max_load_factor_neg.cc [new file with mode: 0644]
libstdc++-v3/testsuite/23_containers/unordered_multimap/debug/max_load_factor_neg.cc [new file with mode: 0644]
libstdc++-v3/testsuite/23_containers/unordered_multiset/debug/max_load_factor_neg.cc [new file with mode: 0644]
libstdc++-v3/testsuite/23_containers/unordered_set/debug/max_load_factor_neg.cc [new file with mode: 0644]