summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/algorithms/alg.modifying.operations/alg.partitions
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup _LIBCPP_HAS_NO_<c++11-feature> in algorithmEric Fiselier2017-04-181-3/+1
| | | | llvm-svn: 300625
* Enable the -Wsign-compare warning to better support MSVCEric Fiselier2016-12-111-53/+58
| | | | llvm-svn: 289363
* Add missing include in test; NFC. Thanks to Jonathan Wakely for the report.Marshall Clow2016-10-131-0/+1
| | | | llvm-svn: 284120
* Fix warnings in test/std/algorithmsEric Fiselier2015-07-181-5/+5
| | | | llvm-svn: 242626
* Fix PR#22433. The algorithm is_partitioned was testing an item in the middle ↵Marshall Clow2015-02-021-5/+24
| | | | | | of the sequence twice. llvm-svn: 227824
* Move test into test/std subdirectory.Eric Fiselier2014-12-205-0/+602
llvm-svn: 224658
OpenPOWER on IntegriCloud