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:
Giles Bathgate 2022-05-10 12:06:32 +01:00 committed by GitHub
parent 9567522297
commit 8770c7a0cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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*/) {}