GeometricPredicates
GeometricPredicates copied to clipboard
Fix SIOF for error-bounds and put stdx into predicates namespace
- Static error bound constants depend on static epsilon constant which lead to static initialization order fiasco
- Insert
stdxintopredicatesnamespace to avoid the potential issue whennamespace stdxis already defined in the client code
Hi William,
I have also moved namespace predicates { to avoid including std-headers into it.
Would you be able to take a look at this PR?