llvm-project/libcxx/test/std/containers
Marek Kurdej 3e895085de [libc++][P1115][C++20] Improving the Return Value of Erase-Like Algorithms II: Free erase/erase if.
Summary:
This patch adds return type to std::erase and std::erase_if functions.

Also:
* Update __cpp_lib_erase_if to 202002L.
* Fix synopsis in unordered_map.
* Fix generate_feature_test_macro_components.py script.

Reviewers: EricWF, mclow.lists, ldionne, #libc

Reviewed By: ldionne, #libc

Subscribers: broadwaylamb, zoecarver, dexonsmith, ldionne, libcxx-commits

Tags: #libc

Differential Revision: https://reviews.llvm.org/D75905
2020-05-02 14:04:50 +02:00
..
associative [libc++][P1115][C++20] Improving the Return Value of Erase-Like Algorithms II: Free erase/erase if. 2020-05-02 14:04:50 +02:00
container.adaptors [libc++] Make the verify-support feature implicit 2020-04-30 11:47:12 -04:00
container.node Add include for 'test_macros.h' to all the tests that were missing them. Thanks to Zoe for the (big, but simple) patch. NFC intended. 2019-05-31 18:35:30 +00:00
container.requirements [libc++] Remove useless nothing_to_do.pass.cpp tests 2020-04-03 13:48:34 -04:00
containers.general Support tests in freestanding 2019-02-04 20:31:13 +00:00
sequences [libc++][P1115][C++20] Improving the Return Value of Erase-Like Algorithms II: Free erase/erase if. 2020-05-02 14:04:50 +02:00
unord [libc++][P1115][C++20] Improving the Return Value of Erase-Like Algorithms II: Free erase/erase if. 2020-05-02 14:04:50 +02:00
views [libc++] Fix overly complicated test of std::span's extent 2020-02-18 15:04:33 -05:00
Copyable.h Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
Emplaceable.h Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
NotConstructible.h Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
check_consecutive.h [libcxx][test] Fix order checking in some more unordered_multimap tests 2019-05-22 18:10:32 +00:00
map_allocator_requirement_test_templates.h libcxx: Rename .hpp files in libcxx/test/support to .h 2019-08-21 00:14:12 +00:00
set_allocator_requirement_test_templates.h libcxx: Rename .hpp files in libcxx/test/support to .h 2019-08-21 00:14:12 +00:00
test_compare.h Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
test_hash.h Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00