mirror of https://github.com/CGAL/cgal
BUG when not using the default traits, pass it to the function
This commit is contained in:
parent
98c8d8d811
commit
b212c59dfc
|
|
@ -13,6 +13,6 @@ int main()
|
|||
std::istream_iterator< Point_2 > input_begin( std::cin );
|
||||
std::istream_iterator< Point_2 > input_end;
|
||||
std::ostream_iterator< Point_2 > output( std::cout, "\n" );
|
||||
CGAL::convex_hull_2( input_begin, input_end, output );
|
||||
CGAL::convex_hull_2( input_begin, input_end, output, K() );
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue