summaryrefslogtreecommitdiffstats
path: root/libcxx/test/support/counting_predicates.hpp
Commit message (Collapse)AuthorAgeFilesLines
* Whitespace maintenance. Remove a bunch of tabs that snuck in. No ↵Marshall Clow2014-10-181-19/+19
| | | | | | functionality change llvm-svn: 220142
* Fix PR#202520 - predicate called too many times in list::remove_if. Add ↵Marshall Clow2014-08-041-6/+3
| | | | | | tests for list, forward_list, and the std::remove_if algorithm llvm-svn: 214736
* Add a reset method to the counting predicates in the test suiteMarshall Clow2014-07-091-1/+3
| | | | llvm-svn: 212651
* Testing infastructure: A template for char_traits where all the functions ↵Marshall Clow2014-06-061-0/+47
are constexpr, and a comparison predicate which counts how many times it's been called. llvm-svn: 210381
OpenPOWER on IntegriCloud