mohitanand001 / underscore_cpp

underscore_cpp
MIT License
7 stars 30 forks source link

max function not returning correct iterator position. #1

Closed mohitanand001 closed 6 years ago

mohitanand001 commented 6 years ago

To reproduce this, do underscore::max(vec) - vec.begin() in the tsting.cpp file.