diff --git a/Kernel_23/include/CGAL/Segment_2.h b/Kernel_23/include/CGAL/Segment_2.h index 2aa7307554a..8da500cbc00 100644 --- a/Kernel_23/include/CGAL/Segment_2.h +++ b/Kernel_23/include/CGAL/Segment_2.h @@ -101,19 +101,19 @@ public: } - typename cpp11::result_of::type - min BOOST_PREVENT_MACRO_SUBSTITUTION () const; - - typename cpp11::result_of::type + typename cpp11::result_of::type + min BOOST_PREVENT_MACRO_SUBSTITUTION() const; + + typename cpp11::result_of::type max BOOST_PREVENT_MACRO_SUBSTITUTION () const; - typename cpp11::result_of::type + typename cpp11::result_of::type vertex(int i) const; - typename cpp11::result_of::type + typename cpp11::result_of::type point(int i) const; - typename cpp11::result_of::type + typename cpp11::result_of::type operator[](int i) const; bool is_horizontal() const; diff --git a/Kernel_23/include/CGAL/Segment_3.h b/Kernel_23/include/CGAL/Segment_3.h index a811035c094..daf26dbadd4 100644 --- a/Kernel_23/include/CGAL/Segment_3.h +++ b/Kernel_23/include/CGAL/Segment_3.h @@ -98,13 +98,13 @@ public: return target(); } - typename cpp11::result_of::type + typename cpp11::result_of::type min BOOST_PREVENT_MACRO_SUBSTITUTION () const; - typename cpp11::result_of::type + typename cpp11::result_of::type max BOOST_PREVENT_MACRO_SUBSTITUTION () const; - typename cpp11::result_of::type + typename cpp11::result_of::type vertex(int i) const; typename cpp11::result_of::type