summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/algorithms/alg.modifying.operations/alg.partitions/is_partitioned.pass.cpp
Commit message (Expand)AuthorAgeFilesLines
* Some of the tests from earlier today had 'int' as the return type when it sho...Marshall Clow2018-01-151-1/+1
* First part of P0202: Adding constexpr modifiers to functions in <algorithm> a...Marshall Clow2018-01-151-2/+17
* Enable the -Wsign-compare warning to better support MSVCEric Fiselier2016-12-111-53/+58
* Add missing include in test; NFC. Thanks to Jonathan Wakely for the report.Marshall Clow2016-10-131-0/+1
* Fix PR#22433. The algorithm is_partitioned was testing an item in the middle ...Marshall Clow2015-02-021-5/+24
* Move test into test/std subdirectory.Eric Fiselier2014-12-201-0/+58
OpenPOWER on IntegriCloud