ericniebler / stl2

LaTeX and Markdown source for the Ranges TS/STL2 and associated proposals
88 stars 8 forks source link

Sample is missing from D0896 #571

Open cjdb opened 6 years ago

cjdb commented 6 years ago

Content for sample is conspicuously missing (a la [...]) in both 24.2 and 24.6.12.

CaseyCarter commented 6 years ago

sample isn't missing, it simply isn't there. It wasn't in the Ranges TS because there was no sample algorithm in C++14. I'm planning a proposal to rangify the new algorithms for_each_n, clamp, sample, lexicographical_compare_3way, shift_left, shift_right, andsearch(range, searcher).

JohelEGP commented 5 years ago

There's http://wg21.link/P1243.