Victor Derks b0ecf3e61c
Replace ASSERT(false) with unreachable() (#298)
C++23 comes with std::unreachable().
Add this method to util.h and use it.
2023-12-29 00:11:47 +01:00
..