llvm-project/libcxx/test/std/containers/associative
Mark de Wever d4dd961300 Fixes complexity of map insert_or_assign with a hint.
Mitsuru Kariya reported the map operations insert_or_assign with a hint
violates the complexity requirement. The function no longer uses a lower_bound,
which caused the wrong complexity.

Fixes PR38722: [C++17] std::map::insert_or_assign w/ hint violate complexity requirements

Differential Revision: https://reviews.llvm.org/D62779
2020-09-19 16:28:55 +02:00
..
map Fixes complexity of map insert_or_assign with a hint. 2020-09-19 16:28:55 +02:00
multimap [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00
multiset [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00
set [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00
iterator_types.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00