summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/containers/sequences/list/list.ops/remove.pass.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make list::remove/remove_if/unique all return void before C++20; undoes that ...Marshall Clow2019-07-061-3/+24
* Implement P0646R1: Erase-Like Algorithms Should Return size_type. Reviewed as...Marshall Clow2019-07-011-4/+4
* Support tests in freestandingJF Bastien2019-02-041-1/+3
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Fix PR31378 - std::list::remove should not require a default constructible al...Eric Fiselier2016-12-141-33/+47
* Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...Eric Fiselier2016-06-141-1/+1
* Move test into test/std subdirectory.Eric Fiselier2014-12-201-0/+69
OpenPOWER on IntegriCloud