[#ALWAYS_FALSE] = ALWAYS_FALSE :mrdocs: Always‐false variable template used to make static_assert dependent on a type. == Synopsis Declared in `<util/types.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class> inline constexpr bool ALWAYS_FALSE = {false}; ---- == Description Not needed after C++23 (DR, https://cplusplus.github.io/CWG/issues/2518.html). [.small]#Created with https://www.mrdocs.com[MrDocs]#