https://llvm.org/bugs/show_bug.cgi?id=26269
Richard Smith <richard-l...@metafoo.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |richard-l...@metafoo.co.uk Resolution|--- |INVALID --- Comment #1 from Richard Smith <richard-l...@metafoo.co.uk> --- polar_angle_cmp is not a strict weak order. For instance, polar_angle_cmp(orig, orig) returns true. (Your use of 'pd' would also stop this from being a strict weak order, but the problem case doesn't arise in your testcase because 'pd' is never passed a number whose absolute value is less than Eps and nonzero). -- You are receiving this mail because: You are on the CC list for the bug.
_______________________________________________ llvm-bugs mailing list llvm-bugs@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs