cgal/NewKernel_d
Marc Glisse 34cbb9cd4b Make Epeck_d work & C++14-only cleanups
Still some rough edges:
1) double tab[]={.1,.2,.3}; Point_d p(tab+0,tab+3); lazily stores
iterators to tab, so tab had better still be alive when we need
update_exact.
2) One functor (point on a sphere) cannot be done exactly exactly with
a representation center+squared radius.
3) Several hacks that make this not as generic as it should be.
2019-02-03 23:16:28 +01:00
..
include/CGAL Make Epeck_d work & C++14-only cleanups 2019-02-03 23:16:28 +01:00
package_info/NewKernel_d Commit all new dependencies files 2018-03-06 18:44:48 +01:00
test/NewKernel_d Make Epeck_d work & C++14-only cleanups 2019-02-03 23:16:28 +01:00