1
0
mirror of https://github.com/NGSolve/netgen.git synced 2025-04-23 21:02:04 +05:00

t_size(-1)

This commit is contained in:
Joachim Schoeberl 2024-12-26 20:56:49 +01:00
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.