mirror of https://github.com/CGAL/cgal
Re-add the use of Lazy objects in Compact_container
This commit is contained in:
parent
319383c963
commit
8b474ddf59
|
|
@ -87,6 +87,8 @@ class Handle
|
|||
|
||||
bool identical(const Handle& h) const noexcept { return PTR == h.PTR; }
|
||||
|
||||
void * for_compact_container() const { return PTR; }
|
||||
void for_compact_container(void* p) { PTR = static_cast<Rep*>(p); }
|
||||
protected:
|
||||
Rep* PTR;
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue