DigitalInBlue / Celero

C++ Benchmark Authoring Library/Framework
Other
824 stars 95 forks source link

Improve usability of the quickSort function in ExperimentSortingRandomInts.cpp #125

Closed hungptit closed 6 years ago

hungptit commented 6 years ago

Improve usability of the quickSort function by inferring the input type of std::less from the iterator type.

DigitalInBlue commented 6 years ago

I like this change. Thank you for your work. The Travis CI build hung and failed originally. I re-ran the build and it was successful. Thanks again.