mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-12 06:00:33 +05:00
t_size(-1)
This commit is contained in:
parent
f87aefbcc9
commit
386edbf75e
@ -593,7 +593,7 @@ namespace ngcore
|
||||
|
||||
|
||||
template <typename T>
|
||||
constexpr inline T InvalidHash() { return T{-1}; }
|
||||
constexpr inline T InvalidHash() { return T(-1); }
|
||||
|
||||
/**
|
||||
A closed hash-table.
|
||||
|
Loading…
Reference in New Issue
Block a user