Replace qsort_r with std::sort. This gets rid of a lot of portability
ickiness, and is cleaner to boot. I'm fairly confident that I converted the comparator over properly, and what testing I could figure out how to run seemed to pass, but it would be great if someone in the know could check behind me. llvm-svn: 105834
Loading
Please register or sign in to comment