cgal/Cartesian_kernel
Sylvain Pion 2eb12d7441 - First part of introduction of Return_base_tag workaround for lack
of "forwarding constructors".
  Quoting some comment in the code:
  "
    This is a simple tag which is used as additional (first) argument in
    some kernel functors, to tell them to return the base (rep) class,
    instead of the main type (e.g. Kernel_base::Point_2 instead
    of Kernel::Point_2).  This is a minor optimization which prevents
    useless copies of the "reps".

    Those functors are only those used in the constructors of the kernel
    types like Point_2, so it's limited.

    The real solution will be to use "forwarding constructors", when they
    will be available in C++.
    In the mean time, this should be a mostly/hopefully internal hack.
  "
2006-08-16 14:56:11 +00:00
..
include/CGAL - First part of introduction of Return_base_tag workaround for lack 2006-08-16 14:56:11 +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 Move packages to trunk root 2006-02-14 08:58:13 +00:00
maintainer Move packages to trunk root 2006-02-14 08:58:13 +00:00