t-lutz / ParallelSTL

Implementation of n3554, a proposal to include parallelized versions of the STL algorithms into the C++ standard.
25 stars 6 forks source link

Missing test case for is_sorted_until #3

Closed t-lutz closed 10 years ago

t-lutz commented 10 years ago

t-lutz commented 10 years ago

Added the test case in alg.sorting/alg.gen.sort/is.sorted


Original Comment By: Thibaut Lutz