Lagrange
|
Compilers might complain about static_assert(false, ""). More...
#include <lagrange/common.h>
Static Public Attributes | |
static constexpr bool | False = false |
static constexpr bool | True = true |
Compilers might complain about static_assert(false, "").
If you have a template function, you can use static_assert(StaticAssertableBool<T>::False, "") instead.