cgal/Cartesian_kernel
Sylvain Pion daee2152ec Make the return type of the function operator() of the
Construct_point_2 functors be the Rep class (the base).
This avoids conversions Rep -> Point_2 -> Rep, hence
useless copies of objects.
The result_type of the functors does not change
(we therefore return a type which is only convertible
to result_type, but hopefully this is fine, and what standard
requirements on functors are anyway).
A real fix for this would require the language addition of
"forwarding constructors".
2006-08-11 11:48:16 +00:00
..
include/CGAL Make the return type of the function operator() of the 2006-08-11 11:48:16 +00:00
TODO Remove obsolete /*CGAL_NO_FILTER*/ markers (they were used by Filtered_exact). 2006-07-30 13:02:57 +00:00
changes.txt - Add missing #include <CGAL/Handle_for.h> . 2006-03-06 13:08:09 +00:00
description.txt
maintainer