Remove BOOST_NO_CXX11_RVALUE_REFERENCES

This commit is contained in:
Raphael Grimm 2020-12-18 10:31:18 +01:00
parent f3330b91d6
commit 7bd2923bc3
1 changed files with 0 additions and 4 deletions

View File

@ -181,7 +181,6 @@ public:
box = tree.bbox(); box = tree.bbox();
} }
#ifndef BOOST_NO_CXX11_RVALUE_REFERENCES
/** /**
* Constructor moving an instance of Side_of_triangle_mesh to a new memory * Constructor moving an instance of Side_of_triangle_mesh to a new memory
* location with minimal memory copy. * location with minimal memory copy.
@ -200,7 +199,6 @@ public:
{ {
other.own_tree = false; other.own_tree = false;
} }
#endif
~Side_of_triangle_mesh() ~Side_of_triangle_mesh()
{ {
@ -213,7 +211,6 @@ public:
} }
public: public:
#ifndef BOOST_NO_CXX11_RVALUE_REFERENCES
/** /**
* Assign operator moving an instance of Side_of_triangle_mesh to this * Assign operator moving an instance of Side_of_triangle_mesh to this
* location with minimal memory copy. * location with minimal memory copy.
@ -234,7 +231,6 @@ public:
#endif #endif
return *this; return *this;
} }
#endif
/** /**
* returns the location of a query point * returns the location of a query point