Closed pleroy closed 8 months ago
In this PR I am removing all uses of std::void_t, as it is the hardest trait to use.
std::void_t
Incidentally, this is changing Hilbert in a way that avoids a bug, so no need to #ifdef code anymore.
Hilbert
#ifdef
In this PR I am removing all uses of
std::void_t
, as it is the hardest trait to use.Incidentally, this is changing
Hilbert
in a way that avoids a bug, so no need to#ifdef
code anymore.