diff --git a/NewKernel_d/include/CGAL/NewKernel_d/Cartesian_LA_functors.h b/NewKernel_d/include/CGAL/NewKernel_d/Cartesian_LA_functors.h index 7d6ad589216..be692170f4d 100644 --- a/NewKernel_d/include/CGAL/NewKernel_d/Cartesian_LA_functors.h +++ b/NewKernel_d/include/CGAL/NewKernel_d/Cartesian_LA_functors.h @@ -63,7 +63,7 @@ template struct Construct_LA_vector operator()(U&&...u)const{ return typename Constructor::Values()(std::forward(u)...); } - //template::value>::type,class=typename std::enable_if_t<(sizeof...(U)==static_dim+1)>,class=void> + //template::value>,class=typename std::enable_if_t<(sizeof...(U)==static_dim+1)>,class=void> template std::enable_if_t::value && std::is_same, Dimension>::value,