Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in constant-expression

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

Constant expression initializer for static class member of type double

Can the C# compiler or JIT optimize away a method call in a lambda expression?

int a=1, is a || 1 a constant expression?

Why can't a constant pointer be a constant expression?