From 7bd2923bc3f371736429e929f80a7a456d75a70f Mon Sep 17 00:00:00 2001 From: Raphael Grimm Date: Fri, 18 Dec 2020 10:31:18 +0100 Subject: [PATCH] Remove BOOST_NO_CXX11_RVALUE_REFERENCES --- Polygon_mesh_processing/include/CGAL/Side_of_triangle_mesh.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Polygon_mesh_processing/include/CGAL/Side_of_triangle_mesh.h b/Polygon_mesh_processing/include/CGAL/Side_of_triangle_mesh.h index 4a9415de26d..c2353ca813b 100644 --- a/Polygon_mesh_processing/include/CGAL/Side_of_triangle_mesh.h +++ b/Polygon_mesh_processing/include/CGAL/Side_of_triangle_mesh.h @@ -181,7 +181,6 @@ public: box = tree.bbox(); } -#ifndef BOOST_NO_CXX11_RVALUE_REFERENCES /** * Constructor moving an instance of Side_of_triangle_mesh to a new memory * location with minimal memory copy. @@ -200,7 +199,6 @@ public: { other.own_tree = false; } -#endif ~Side_of_triangle_mesh() { @@ -213,7 +211,6 @@ public: } public: -#ifndef BOOST_NO_CXX11_RVALUE_REFERENCES /** * Assign operator moving an instance of Side_of_triangle_mesh to this * location with minimal memory copy. @@ -234,7 +231,6 @@ public: #endif return *this; } -#endif /** * returns the location of a query point