Search code examples
Is a string literal converted to bool valid as part of a constant initializer expression?...

language-lawyerc11compile-time-constant

Read More
What's the difference between $?CLASS and ::?CLASS...

rakucompile-timecompile-time-constantrakudo

Read More
What's the difference between equ and db in NASM?...

assemblynasmcompile-time-constant

Read More
Array constant not evaluating to constant even though only constexpr functions called in initializat...

c++constantsconstexprcompile-timecompile-time-constant

Read More
How to create a compile time const string "n" characters long for NUnit Testcase...

c#stringnunitcompile-time-constant

Read More
Legitimate to initialize an array in a constexpr constructor?...

c++template-meta-programmingconstexprcompile-time-constant

Read More
How to get CFBundleShortVersionString as a constant...

iosobjective-cversionnsbundlecompile-time-constant

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

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

Read More
Constant in separate namespace using class/struct with a big constuctor...

c++constructorcompile-time-constant

Read More
Why is `CMSG_SPACE` not a constant function in Rust?...

rustlibccompile-time-constant

Read More
Is it possible to have a recursive function computed at compile-time in Rust?...

recursionmacrosrustconstantscompile-time-constant

Read More
Static constexpr data member initialized off-class, and a possible workaround?...

c++optimizationcompile-time-constant

Read More
Can the conditional operator ( ? : ) in C++ be compile time?...

c++c++17conditional-operatorcompile-timecompile-time-constant

Read More
Where to define class constants in C++?...

c++headerrefactoringconstantscompile-time-constant

Read More
Something like std::integral_constant but with auto template argument in std C++20 library?...

c++c++20autocompile-time-constant

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

javaandroidswitch-statementcompile-time-constantconstant-expression

Read More
Initializing very large C++ std::bitset at compile time...

c++initializationlarge-datacompile-time-constantstd-bitset

Read More
Sparse matrix-dense vector multiplication with matrix known at compile time...

c++performancesparse-matrixcompile-time-constant

Read More
How to protect enum assignment...

ctestingenumscompile-timecompile-time-constant

Read More
constexpr does not work/apply inside function call...

c++c++17constexprcompile-timecompile-time-constant

Read More
Branching out templated code based on a non const bool...

c++templatesconstantsc++14compile-time-constant

Read More
is BuildConfig.DEBUG a compile-time constant?...

androidkotlincompile-time-constantandroid-r8

Read More
Is it possible to inline string without const enum?...

typescriptconstantscompile-time-constant

Read More
compile-time constant StringFormat...

c#optional-parameterscompile-time-constant

Read More
Where is the description of Constant Folding in the Java Language Specification, Java SE 11 Edition ...

javajava-11jlscompile-time-constantconstantfolding

Read More
Is it possible to initialize a variable from an environment variable at compilation time?...

rustcompile-time-constant

Read More
Compile-time constants and variables...

javaperformanceconstantsfinalcompile-time-constant

Read More
Compiletime build up of std::regex...

c++regexc++11compile-time-constant

Read More
Compile-time Size of Struct Minus Padding...

c++c++17boost-mplcompile-time-constantboost-fusion

Read More
Why is numeric_limits<uint16_t>::max() not equal to -1?...

c++standardsnumericunsigned-integercompile-time-constant

Read More
BackNext