ALWAYS_FALSE

Always-false variable template used to make static_assert dependent on a type.

Synopsis

Declared in <util/types.h>

template<class>
inline constexpr bool ALWAYS_FALSE = {false};

Description

Not needed after C++23 (DR, https://cplusplus.github.io/CWG/issues/2518.html).