mirror of https://github.com/CGAL/cgal
Add undocumented method to free memory (for testing purposes)
This commit is contained in:
parent
17343421f5
commit
d0ff9fdc64
|
|
@ -171,6 +171,13 @@ public:
|
||||||
m_features.clear();
|
m_features.clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// \cond SKIP_IN_MANUAL
|
||||||
|
void free_memory(std::size_t i)
|
||||||
|
{
|
||||||
|
m_features[i] = Feature_handle();
|
||||||
|
}
|
||||||
|
/// \endcond
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue