summaryrefslogtreecommitdiffstats
path: root/include/experimental/algorithm
Commit message (Expand)AuthorAgeFilesLines
* Remove std::experimental::sample; use std::sample instead. See https://libcxx...Marshall Clow2018-02-011-15/+2
* Rename identifiers named `__output`Alexander Richardson2017-11-141-2/+2
* [Libc++] Use #pragma push_macro/pop_macro to better handle min/max on WindowsEric Fiselier2017-05-311-3/+6
* Replace identifiers called `__out` because Windows.h #defines it.Eric Fiselier2017-01-071-2/+2
* Implement C++17 std::sample.Eric Fiselier2016-08-281-58/+5
* Mark LWG 2716 as complete - shuffle and sample disallows lvalue URNGs.Eric Fiselier2016-08-281-0/+3
* Implement P0253R1: Fixing a design mistake in the searchers interface.Marshall Clow2016-03-081-1/+1
* Implement the plugin-based version of std::search. There are no searchers yet...Marshall Clow2015-07-201-0/+6
* Implement std::experimental::sample.Evgeniy Stepanov2015-05-131-0/+114