mirror of https://github.com/CGAL/cgal
qualified with the "template" keyword.
Example:
template <typenam T>
void f(T foobar) {
foobar.get<0>().foobar(); // error
}
must be written:
foobar.template get<0>().foobar();
|
||
|---|---|---|
| .. | ||
| Circular_kernel_3 | ||
| Circle_type.h | ||
| Circular_arc_3.h | ||
| Circular_arc_point_3.h | ||
| Exact_spherical_kernel_3.h | ||
| Line_arc_3.h | ||
| Simple_spherical_kernel_3.h | ||
| Spherical_kernel_3.h | ||
| Spherical_kernel_intersections.h | ||
| Spherical_kernel_type_equality_wrapper.h | ||
| global_functions_spherical_kernel_3.h | ||