forked from OSchip/llvm-project
41a62cc0b4
Add tests for C++14 constructors in unordered_map and unordered_multimap unordered_[multi]map(size_type sz, const allocator_type& alloc); unordered_[multi]map(size_type sz, const hasher& hash, const allocator_type& alloc); template <class InputIt> unordered_[multi]map(InputIt first, InputIt last, size_type sz, const allocator_type& alloc); template <class InputIt> unordered_[multi]map(InputIt first, InputIt last, size_type sz, const hasher& hash, const allocator_type& alloc); unordered_[multi]map(initializer_list<value_type> init, size_type sz, const allocator_type& alloc); unordered_[multi]map(initializer_list<value_type> init, size_type sz, const hasher& hash, const allocator_type& alloc); Reviewed By: ldionne, rarutyun, #libc Differential Revision: https://reviews.llvm.org/D119236 |
||
---|---|---|
.. | ||
benchmarks | ||
cmake | ||
docs | ||
include | ||
lib | ||
src | ||
test | ||
utils | ||
.clang-format | ||
.clang-tidy | ||
.gitignore | ||
CMakeLists.txt | ||
CREDITS.TXT | ||
LICENSE.TXT | ||
TODO.TXT | ||
appveyor-reqs-install.cmd | ||
appveyor.yml |