This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from ea714e7 libcxx: Fix path.compare.pass expected result new d4badbb Support allocators with explicit conversion constructors. Fix [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/map | 28 +++++----- include/unordered_map | 24 ++++---- .../associative/map/map.cons/alloc.pass.cpp | 8 +++ .../map/map.cons/compare_alloc.pass.cpp | 9 +++ .../associative/map/map.cons/copy_alloc.pass.cpp | 34 ++++++++++++ .../associative/map/map.cons/default.pass.cpp | 14 +++++ .../initializer_list_compare_alloc.pass.cpp | 26 ++++++++- .../map/map.cons/iter_iter_comp_alloc.pass.cpp | 16 ++++++ .../associative/map/map.cons/move_alloc.pass.cpp | 39 +++++++++++++ .../multimap/multimap.cons/alloc.pass.cpp | 8 +++ .../multimap/multimap.cons/compare_alloc.pass.cpp | 9 +++ .../multimap/multimap.cons/copy_alloc.pass.cpp | 25 +++++++++ .../multimap/multimap.cons/default.pass.cpp | 14 +++++ .../initializer_list_compare_alloc.pass.cpp | 36 +++++++++++- .../multimap.cons/iter_iter_comp_alloc.pass.cpp | 31 +++++++++++ .../multimap/multimap.cons/move_alloc.pass.cpp | 39 +++++++++++++ .../multiset/multiset.cons/default.pass.cpp | 14 +++++ .../associative/set/set.cons/default.pass.cpp | 14 +++++ .../sequences/deque/deque.cons/alloc.pass.cpp | 2 + .../forwardlist/forwardlist.cons/alloc.pass.cpp | 8 +++ .../sequences/list/list.cons/default.pass.cpp | 10 ++++ .../vector.bool/construct_default.pass.cpp | 4 ++ .../vector/vector.cons/construct_default.pass.cpp | 12 ++++ .../unord.map/unord.map.cnstr/allocator.pass.cpp | 20 ++++++- .../unord.map/unord.map.cnstr/copy_alloc.pass.cpp | 39 +++++++++++++ .../unord.map/unord.map.cnstr/default.pass.cpp | 33 +++++++++++ .../init_size_hash_equal_allocator.pass.cpp | 36 ++++++++++++ .../unord.map/unord.map.cnstr/move_alloc.pass.cpp | 41 ++++++++++++++ .../range_size_hash_equal_allocator.pass.cpp | 38 +++++++++++++ .../size_hash_equal_allocator.pass.cpp | 22 ++++++++ .../unord.multimap.cnstr/allocator.pass.cpp | 18 ++++++ .../unord.multimap.cnstr/copy_alloc.pass.cpp | 53 ++++++++++++++++++ .../unord.multimap.cnstr/default.pass.cpp | 33 +++++++++++ .../init_size_hash_equal_allocator.pass.cpp | 59 ++++++++++++++++++++ .../unord.multimap.cnstr/move_alloc.pass.cpp | 64 ++++++++++++++++++++++ .../range_size_hash_equal_allocator.pass.cpp | 61 +++++++++++++++++++++ .../size_hash_equal_allocator.pass.cpp | 22 ++++++++ .../unord.multiset.cnstr/default.pass.cpp | 33 +++++++++++ .../unord.set/unord.set.cnstr/default.pass.cpp | 33 +++++++++++ .../basic.string/string.cons/alloc.pass.cpp | 1 + test/support/min_allocator.h | 25 +++++++++ 41 files changed, 1026 insertions(+), 29 deletions(-)