Hacker News new | ask | show | jobs
by ericdfoley 864 days ago
This has always been an issue with sorting float arrays that contain NaN in C or C++ (e.g. with std::sort() with the default "<" comparator.)
1 comments

what has been? OOB errors?
Seg faults
so... you're saying you've hit this exact bug before? I bet that was a fun debug session!