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();
|
||
|---|---|---|
| .. | ||
| demo/Circular_kernel_3 | ||
| doc_tex | ||
| examples/Circular_kernel_3 | ||
| include/CGAL | ||
| package_info/Circular_kernel_3 | ||
| test/Circular_kernel_3 | ||
| TODO | ||
| changes | ||
| dont_submit | ||