cgal/Circular_kernel_2/include/CGAL/Circular_kernel_2
Sébastien Loriot 9cbf4274ae due to correction of the traits Filtered_bbox_circular_kernel_2
in revision 58154, Filtered_bbox_circular_kernel_2<Lazy_circular_kernel_2<K> >
was no longer working.

In Circular_kernel_2: 
  *The Rep type of Circular_arc_2, Line_arc_2 and Circular_arc_point_2 in
   Filtered_bbox_circular_kernel_2 now inherits from the Rep of the kernel
   template parameter. To allow Lazy filtering mechanism on 
   Filtered_bbox_circular_kernel_2::{Circular_arc_2,Line_arc_2,Circular_arc_point_2}
   it was needed to explicit some conversions (with Lazy_circular_kernel, we add another
   implicit construction, thus the compiler cannot find the correct constructor).
In Filtered_kernel:
  *explicit some conversions
2010-11-10 15:52:53 +00:00
..
Circular_arc_2.h due to correction of the traits Filtered_bbox_circular_kernel_2 2010-11-10 15:52:53 +00:00
Circular_arc_point_2.h due to correction of the traits Filtered_bbox_circular_kernel_2 2010-11-10 15:52:53 +00:00
Line_arc_2.h due to correction of the traits Filtered_bbox_circular_kernel_2 2010-11-10 15:52:53 +00:00
function_objects_on_circle_2.h qualified result type issues 2010-04-30 16:41:23 +00:00
function_objects_on_line_2.h testing calls for VC8 + bug fix 2008-10-31 17:08:32 +00:00
function_objects_polynomial_circular.h For VC++ we have to directly derive from Has_qrt 2010-08-10 08:02:28 +00:00
interface_macros.h qualified result type issues 2010-04-30 16:41:23 +00:00
internal_functions_on_circle_2.h add python script (replace_CGAL_NAMESPACE.py) to replace CGAL_BEGIN_NAMESPACE and CGAL_END_NAMESPACE 2010-06-09 07:37:13 +00:00
internal_functions_on_circular_arc_2.h Improving the testsuite and fixing some problems 2008-10-13 17:58:36 +00:00
internal_functions_on_line_2.h Improving the testsuite and fixing some problems 2008-10-13 17:58:36 +00:00
internal_functions_on_line_arc_2.h Improving the testsuite and fixing some problems 2008-10-13 17:58:36 +00:00
intersection_line_2_circle_2_map.h Rename CGALi to internal. 2009-08-24 17:10:04 +00:00