cgal/Convex_hull_3
Laurent Rineau 03202d874f Fix the default of 3rd template parameter of Convex_hull_traits_3
The documentation of `convex_hull_3` says that, if the kernel is "like
`Epick`", then the default traits class of `convex_hull_3` is
`Convex_hull_traits_3`.

But that is wrong, because `Convex_hull_traits_3` is documented with
only two template parameters, and if the kernel is "like `Epick`", the
third argument is `CGAL::Tag_true`, whereas the default of that
parameter is `CGAL::Tag_false`. If users want to write explicitly the
traits in the call to `convex_hull_3`, they cannot know that there is
a third parameters, and that it must be `Tag_true`.

This commit fixes the default of that third argument.
2019-05-17 16:44:14 +02:00
..
benchmark/Convex_hull_3 Fix catch value warnings 2017-07-21 11:27:14 +02:00
demo/Convex_hull_3 Revert the merge of two pull-requests that target CGAL-4.14-branch 2019-05-14 17:50:45 +02:00
doc/Convex_hull_3 Revert the merge of two pull-requests that target CGAL-4.14-branch 2019-05-14 17:50:45 +02:00
examples/Convex_hull_3 Revert the merge of two pull-requests that target CGAL-4.14-branch 2019-05-14 17:50:45 +02:00
include/CGAL Fix the default of 3rd template parameter of Convex_hull_traits_3 2019-05-17 16:44:14 +02:00
package_info/Convex_hull_3 Fix dependencies 2018-03-28 18:43:45 +02:00
test/Convex_hull_3 Revert the merge of two pull-requests that target CGAL-4.14-branch 2019-05-14 17:50:45 +02:00