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();
|
||
|---|---|---|
| .. | ||
| Cartesian | ||
| constructions | ||
| predicates | ||
| Cartesian.h | ||
| Cartesian_converter.h | ||
| Simple_cartesian.h | ||