GeometricPredicates icon indicating copy to clipboard operation
GeometricPredicates copied to clipboard

Fix SIOF for error-bounds and put stdx into predicates namespace

Open artem-ogre opened this issue 6 years ago • 1 comments

  • Static error bound constants depend on static epsilon constant which lead to static initialization order fiasco
  • Insert stdx into predicates namespace to avoid the potential issue when namespace stdx is already defined in the client code

artem-ogre avatar Jul 03 '19 15:07 artem-ogre

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?

artem-ogre avatar Oct 26 '20 12:10 artem-ogre