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/Stream_lines_2 | ||
| doc_tex | ||
| examples/Stream_lines_2 | ||
| include/CGAL | ||
| package_info/Stream_lines_2 | ||
| test/Stream_lines_2 | ||