cgal/Cartesian_kernel/include/CGAL
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
..
Cartesian - First part of introduction of Return_base_tag workaround for lack 2006-08-16 14:56:11 +00:00
constructions inline calls to circumcenterC3() in the functors to avoid 2006-08-07 11:54:41 +00:00
predicates fixed min/max problem 2006-08-16 14:24:44 +00:00
Cartesian.h Change CVS keywords to SVN style 2006-02-16 14:30:13 +00:00
Cartesian_converter.h fixed min/max problem 2006-08-16 14:24:44 +00:00
Simple_cartesian.h Change CVS keywords to SVN style 2006-02-16 14:30:13 +00:00