.. |
set.cons
|
Fix test failures after r334053.
|
2018-06-06 00:13:49 +00:00 |
set.special
|
[libcxx] [test] Fix Clang -Wunused-local-typedef, part 1/3.
|
2017-02-05 22:47:09 +00:00 |
allocator_mismatch.fail.cpp
|
…
|
|
clear.pass.cpp
|
Fix Bug 38644: multimap::clear() missing exception specifier. Add noexcept tests for all the containers that have clear().
|
2018-08-22 04:28:43 +00:00 |
count.pass.cpp
|
Fix missing const on set::count. Patch from Andrey Khalyavin
|
2016-12-09 12:17:31 +00:00 |
count_transparent.pass.cpp
|
Use multi-key tree search for {map, set}::{count, equal_range}
|
2018-02-10 02:53:47 +00:00 |
emplace.pass.cpp
|
Cleanup _LIBCPP_HAS_NO_<c++11-feature> for std::set and std::multiset
|
2017-04-18 20:58:03 +00:00 |
emplace_hint.pass.cpp
|
Cleanup _LIBCPP_HAS_NO_<c++11-feature> for std::set and std::multiset
|
2017-04-18 20:58:03 +00:00 |
empty.fail.cpp
|
First part of P0600 - '[[nodiscard] in the standard library'. Mark the 'empty()' methods of all the containers as nodiscard. If you're calling empty() w/o looking at the result, you probably meanto to call 'clear()'. c++2a only
|
2017-11-15 05:51:26 +00:00 |
empty.pass.cpp
|
Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER.
|
2016-06-14 21:31:42 +00:00 |
equal_range.pass.cpp
|
[libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER.
|
2016-11-04 20:26:59 +00:00 |
equal_range_transparent.pass.cpp
|
Use multi-key tree search for {map, set}::{count, equal_range}
|
2018-02-10 02:53:47 +00:00 |
erase_iter.pass.cpp
|
Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER.
|
2016-06-14 21:31:42 +00:00 |
erase_iter_iter.pass.cpp
|
Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER.
|
2016-06-14 21:31:42 +00:00 |
erase_key.pass.cpp
|
Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER.
|
2016-06-14 21:31:42 +00:00 |
extract_iterator.pass.cpp
|
First half of C++17's splicing maps and sets
|
2018-08-01 01:33:38 +00:00 |
extract_key.pass.cpp
|
First half of C++17's splicing maps and sets
|
2018-08-01 01:33:38 +00:00 |
find.pass.cpp
|
[libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER.
|
2016-11-04 20:26:59 +00:00 |
incomplete_type.pass.cpp
|
[libcxx] [test] Fix comment typos, strip trailing whitespace.
|
2017-01-18 20:10:25 +00:00 |
insert_and_emplace_allocator_requirements.pass.cpp
|
Extract key to avoid preemptive mallocs in insert/emplace in associative containers
|
2016-04-15 23:27:27 +00:00 |
insert_cv.pass.cpp
|
[test] Fix Container::insert(value_type const&) tests
|
2018-04-08 21:57:35 +00:00 |
insert_initializer_list.pass.cpp
|
Cleanup _LIBCPP_HAS_NO_<c++11-feature> for std::set and std::multiset
|
2017-04-18 20:58:03 +00:00 |
insert_iter_cv.pass.cpp
|
Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER.
|
2016-06-14 21:31:42 +00:00 |
insert_iter_iter.pass.cpp
|
Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER.
|
2016-06-14 21:31:42 +00:00 |
insert_iter_rv.pass.cpp
|
Cleanup _LIBCPP_HAS_NO_<c++11-feature> for std::set and std::multiset
|
2017-04-18 20:58:03 +00:00 |
insert_node_type.pass.cpp
|
First half of C++17's splicing maps and sets
|
2018-08-01 01:33:38 +00:00 |
insert_node_type_hint.pass.cpp
|
First half of C++17's splicing maps and sets
|
2018-08-01 01:33:38 +00:00 |
insert_rv.pass.cpp
|
Cleanup _LIBCPP_HAS_NO_<c++11-feature> for std::set and std::multiset
|
2017-04-18 20:58:03 +00:00 |
iterator.pass.cpp
|
[libcxx] [test] D27021: Fix MSVC warning C4389 "signed/unsigned mismatch", part 8/12.
|
2016-12-06 01:12:34 +00:00 |
lower_bound.pass.cpp
|
[libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER.
|
2016-11-04 20:26:59 +00:00 |
max_size.pass.cpp
|
[libcxx] Fix max_size() across all containers
|
2016-11-23 01:18:56 +00:00 |
size.pass.cpp
|
Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER.
|
2016-06-14 21:31:42 +00:00 |
types.pass.cpp
|
Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER.
|
2016-06-14 21:31:42 +00:00 |
upper_bound.pass.cpp
|
[libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER.
|
2016-11-04 20:26:59 +00:00 |