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

std::adjacent_difference has been removed #13

Closed t-lutz closed 10 years ago

t-lutz commented 10 years ago

std::adjacent_difference is no longer part of the proposal.

t-lutz commented 10 years ago

Duplicate of #8