DarkSun812

Results 2 comments of DarkSun812

I don't understand what you mean, can you show me an example of how to do that? My code is something like this: ```cpp typedef CGAL::Exact_predicates_inexact_constructions_kernel K; typedef CGAL::Triangulation_euclidean_traits_2 Gt;...

Thank you very much, it seems to work that change, but I have a problem with this version with a function that I had: ```cpp double RT_to_double(CGAL::Lazy_exact_nt const& x) {...