Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in constant-expression

const variables may not be used in a constant expression?

Can a null pointer constant be any integer constant expression evaluated to 0?

Why is a constexpr function on a reference not constexpr?

size() of std::array pointer in constexpr context

Is indexing a string literal an initializer constant expression?

Can i have a negative value as constant expression in Scala?

Example of something which is, and is not, a "Constant Expression" in C?

c constant-expression

Why doesn't a Java constant divided by zero produce compile time error? [duplicate]

Why are function addresses not constant expressions

Is assert usable in constant expressions?

Is gcc considering builtins of non-constant expression functions to be constant expressions

Java constant expressions and code elimination

Why "initializer element is not a constant" is... not working anymore?

gcc and clang disagree on whether expression is constant evaluated

Why is this addition being silently ignored?

__PRETTY_FUNCTION__ in constant expression

Endianness in constexpr

Confusion about constant expressions

"Constant expressions" prior to C++11

error: switch quantity not an integer