mirror of https://github.com/CGAL/cgal
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
|
||
|---|---|---|
| .. | ||
| developer_scripts | ||
| examples/Filtered_kernel | ||
| include/CGAL | ||
| package_info/Filtered_kernel | ||
| test/Filtered_kernel | ||
| TODO | ||
| TODO_static_filters | ||
| dont_submit | ||