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

for_each_n now returns an iterator #12

Closed t-lutz closed 10 years ago

t-lutz commented 10 years ago

for_each_n returned the function in the older versions of the proposal. Now it returns an iterator.