mirror of https://github.com/CGAL/cgal
Merge remote-tracking branch 'lrineau/Convex_hull_3-fix_Convex_hull_traits_3_default_of_third_arg-GF' into Kernel_23-Epick_without_interval-GF
This commit is contained in:
commit
fc7c51bec5
|
|
@ -159,7 +159,12 @@ struct GT3_for_CH3 {
|
|||
|
||||
|
||||
|
||||
template <class R_, class Polyhedron = Default, class Has_filtered_predicates_tag = Tag_false>
|
||||
template <class R_, class Polyhedron = Default,
|
||||
class Has_filtered_predicates_tag = Boolean_tag
|
||||
<
|
||||
boost::is_floating_point<typename R_::FT>::type::value &&
|
||||
R_::Has_filtered_predicates_tag::value
|
||||
> >
|
||||
class Convex_hull_traits_3
|
||||
{
|
||||
public:
|
||||
|
|
|
|||
Loading…
Reference in New Issue