cplusplus / parallelism-ts

Technical Specification: Parallelism
67 stars 20 forks source link

Error in N4105 2.1 #31

Closed jaredhoberock closed 9 years ago

jaredhoberock commented 10 years ago

In the line

std::sort(vec.begin(), vec.end());

both occurrences of "vec" should be "v".

philmiller-charmworks commented 9 years ago

This seems to have been resolved by N4312.