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();
|
||
|---|---|---|
| .. | ||
| include/CGAL | ||
| package_info/Cartesian_kernel | ||
| TODO | ||