Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More constexpr algorithms from P0202. search/search_n | Marshall Clow | 2018-01-16 | 4 | -4/+79 |
* | Fix misspelled macro name - thanks to andrew@ispras.ru for the catch | Marshall Clow | 2018-01-10 | 1 | -1/+1 |
* | Add the C++17 extensions to std::search. Include the default searcher, but no... | Marshall Clow | 2018-01-08 | 1 | -0/+28 |
* | Change (void) casts to TEST_IGNORE_NODISCARD, as requested by Eric. Reviewed ... | Billy Robert O'Neal III | 2017-11-21 | 1 | -1/+1 |
* | Tolerate even more [[nodiscard]] in the STL. Reviewed as https://reviews.llvm... | Billy Robert O'Neal III | 2017-11-15 | 2 | -2/+2 |
* | [libcxx] Properly convert the count arguments to the *_n algorithms before use. | Eric Fiselier | 2015-02-10 | 2 | -0/+10 |
* | Move test into test/std subdirectory. | Eric Fiselier | 2014-12-20 | 4 | -0/+404 |