Always-false variable template used to make static_assert dependent on a type.
Declared in <util/types.h>
<util/types.h>
template<class> inline constexpr bool ALWAYS_FALSE = {false};
Not needed after C++23 (DR, https://cplusplus.github.io/CWG/issues/2518.html).