mirror of https://github.com/CGAL/cgal
missing overload
This commit is contained in:
parent
2148806957
commit
b6163a5e7d
|
|
@ -109,6 +109,12 @@ namespace CCC_internal {
|
|||
e.set_erase_counter(c);
|
||||
}
|
||||
|
||||
template <typename Element>
|
||||
static void set_erase_counter(Element* e, unsigned int c)
|
||||
{
|
||||
e->set_erase_counter(c);
|
||||
}
|
||||
|
||||
template <typename Element>
|
||||
static void restore_erase_counter(Element* e, unsigned int c)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue