cgal/Filtered_kernel
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
..
developer_scripts
examples/Filtered_kernel add python script (replace_CGAL_NAMESPACE.py) to replace CGAL_BEGIN_NAMESPACE and CGAL_END_NAMESPACE 2010-06-09 07:37:13 +00:00
include/CGAL due to correction of the traits Filtered_bbox_circular_kernel_2 2010-11-10 15:52:53 +00:00
package_info/Filtered_kernel Remove myself from maintainer files. 2010-09-15 12:32:09 +00:00
test/Filtered_kernel Replace #undef CGAL_NO_STATIC_FILTERS by explicit true template argument. 2009-10-16 13:52:49 +00:00
TODO
TODO_static_filters typo : mecanism -> mechanism. 2009-08-10 15:57:03 +00:00
dont_submit