vmassert and friends make use of compiler intrinsics (if available) to detect evaluation in a constexpr context. Once we're using C++20 we can instead use std::is_constant_evaluated for that purpose.
Comments
Reopen when we can use C++20. Labelled with cpp20 so we can find it and others like it.