Search code examples
Why does constinit allow UB?...

c++language-lawyerconstexprconstant-expressionconstinit

Read More
Why initializing a 'const reference to base' object from 'constexpr derived' object ...

c++staticconstant-expression

Read More
Misunderstanding Go Language specification on floating-point rounding...

goconstantsconstant-expression

Read More
Constant expression initializer for static class member of type double...

c++c++11c++14static-membersconstant-expression

Read More
Conditional inclusion: integral constant expression is unlimited?...

c++floating-pointlanguage-lawyerconstant-expression

Read More
Conditional inclusion: integer constant expression is limited?...

clanguage-lawyerc-preprocessorpreprocessor-directiveconstant-expression

Read More
Why exactly using of a floating-point arithmetic in an integer constant expression is invalid?...

cfloating-pointlanguage-lawyerc11constant-expression

Read More
For constant expressions, why can't I use a use a pointer-type object, as standards says?...

c++language-lawyerconstexprconstant-expression

Read More
Benefit of using final variables in Java 17 switch-case...

javaswitch-statementconstant-expressionjava-17

Read More
Contradictory definitions about the Order of Constant Initialization and Zero Initialization in C++...

c++c++11initializationcompile-time-constantconstant-expression

Read More
How to set array size with const member variable?...

c++arraysvisual-c++constant-expression

Read More
Using Reinterpret_Cast in a Constexpr Function...

c++c++11constexprreinterpret-castconstant-expression

Read More
How to set string (or AnsiString) constant in the TVarRec?...

stringdelphiconstant-expressionopen-array-parameters

Read More
How can I tell if an elisp expression is pure and constant?...

expressionelispconstant-expression

Read More
Static Final Ints in Switch: Why can't this be done?...

javaandroidswitch-statementcompile-time-constantconstant-expression

Read More
Applying the lvalue-to-rvalue conversion to variable `x` does not yield a constant expression in the...

c++language-lawyerconstant-expression

Read More
Initializer element is not a compile-time constant using C...

cinitializationglobal-variablesconstant-expressionstorage-duration

Read More
When does the 'const' qualifier guarantee the variable to be a constant expression?...

c++constexprconstant-expression

Read More
Expression, Constant List, Compiler generated calss...

c#constant-expressioncompiler-generated

Read More
Can array length in declaration be non-constant?...

arrayscsyntaxdeclarationconstant-expression

Read More
Better Way to Use Switch Case?...

cif-statementswitch-statementlabelconstant-expression

Read More
Why are lambda expressions not allowed in an unevaluated operands but allowed in the unevaluated por...

c++c++11lambdac++14constant-expression

Read More
Can "const fn" in rust concatenate byte slices?...

rustconstantsconstant-expression

Read More
clang says call to void consteval function is not a constant expression...

c++language-lawyerc++20constant-expressionconsteval

Read More
take template basis on run-time value...

c++templatesconstexprconstant-expression

Read More
Java SE 11 String Final Variable with Ternary Operator Does Not Count as a Constant Variable in Swit...

stringeclipseswitch-statementjava-11constant-expression

Read More
what is the meaning of the phrase "preceding initialization" in section [expr.const]...

c++c++17language-lawyerconstant-expression

Read More
Implementing the Linux Kernel's __is_constexpr (ICE_P) macro in pure C++...

c++language-lawyerconstant-expression

Read More
gcc and clang disagree on whether expression is constant evaluated...

c++language-lawyerc++20constant-expression

Read More
C# string must be a constant...

c#stringconstantsconstant-expression

Read More
BackNext