const std::type_info* intsRtti[Length<SignedIntegers>::value]; I understand this to mean that the address of intsRtti is known at compile time (right?) |
Reference constant expression Reference constant expression is an lvalue core constant expression that designates an object with static storage duration or a function. Address constant expression Address constant expression is a prvalue core constant expression (after conversions required by context) of type std::nullptr_t or of a pointer type, which points to an object with static storage duration, one past the end of an array with static storage duration, to a function, or is a null pointer. http://en.cppreference.com/w/cpp/language/constant_expression |
|
|
expression did not evaluate to a constant |
char cstr
array.
|
|