mirror of https://github.com/CGAL/cgal
Update Nef_S2/include/CGAL/Nef_S2/ID_support_handler.h
Co-authored-by: Sebastien Loriot <sloriot.ml@gmail.com>
This commit is contained in:
parent
9567522297
commit
8770c7a0cd
|
|
@ -38,7 +38,7 @@ class ID_support_handler {
|
|||
public:
|
||||
ID_support_handler() {}
|
||||
|
||||
void reserve(std::size_t n) {}
|
||||
void reserve(std::size_t) {}
|
||||
|
||||
int get_hash(int) { return 0; }
|
||||
template<typename Handle> void initialize_hash(Handle /*h*/) {}
|
||||
|
|
|
|||
Loading…
Reference in New Issue