itoa-benchmark icon indicating copy to clipboard operation
itoa-benchmark copied to clipboard

sorting doesn't do anything

Open jeaiii opened this issue 7 years ago • 1 comments

https://github.com/miloyip/itoa-benchmark/blob/1f2b870c097d9444eec8e5c057b603a490e3d7ec/src/main.cpp#L272

jeaiii avatar Nov 28 '17 18:11 jeaiii

tests is a vector of pointers so sort is sorting on address since < is only defined for test&

jeaiii avatar Nov 28 '17 18:11 jeaiii