diff --git a/Kernel_d/include/CGAL/Kernel_d/function_objects.h b/Kernel_d/include/CGAL/Kernel_d/function_objects.h index 2b552dc03c5..f57a6ae580c 100644 --- a/Kernel_d/include/CGAL/Kernel_d/function_objects.h +++ b/Kernel_d/include/CGAL/Kernel_d/function_objects.h @@ -215,7 +215,7 @@ public: #endif template - typename cpp11::result_of::type + typename result::type operator()(const T1& t1, const T2& t2) const { return internal::intersection(t1, t2, R()); } };