mohitanand001 / underscore_cpp

underscore_cpp
MIT License
7 stars 30 forks source link

implemented gen min fn sim to max #6

Closed gotham13 closed 6 years ago

gotham13 commented 6 years ago

Fixes #2

mohitanand001 commented 6 years ago

Hi, first please look into #1 . Even though the we are getting the correct value of minimum element if you do something like underscore::min(vec) - vec.begin() it gives out some random index value. I am not sure why that happens. If you happen to find it out, please let me know.

gotham13 commented 6 years ago

Sure.

gotham13 commented 6 years ago

Its ok to merge now

mohitanand001 commented 6 years ago

Cool.