Search code examples
Is it possible to check compiler constants at runtime in C#?...

c#.netcompile-time-constant

Read More
Delphi: All constants are constant, but some are more constant than others?...

delphiconstantscompiler-errorsdelphi-5compile-time-constant

Read More
Overcoming "division operator may only be applied to scalar values"...

assemblynasmcompile-time-constant

Read More
Java switch statement: Constant expression required, but it IS constant...

javacompile-time-constant

Read More
How does the C# visual studio compiler treat struct/NULL comparisons?...

c#structnullcompile-time-constant

Read More
How to declare a constant Guid in C#?...

c#constantsguidcompile-time-constant

Read More
How does C++ handle constexpr evaluation for non-static member function pointers on runtime objects?...

c++language-lawyerconstexprcompile-time-constant

Read More
What new types and operations can take place in a constexpr in C23?...

cconstexprcompile-time-constantc23

Read More
include_str for null terminated string...

rustfficompile-time-constantnull-terminated

Read More
MSVC accepts constant pointer to int initialized with nullptr as constant expression...

c++pointerslanguage-lawyercompile-time-constantconstant-expression

Read More
Can unexecuted branches of a conditional operator cause undefined behavior at compile-time?...

clanguage-lawyerconditional-operatorcompile-timecompile-time-constant

Read More
User-defined literal string: compile-time length check...

c++c++11static-assertcompile-time-constantuser-defined-literals

Read More
Using a `constexpr static` function defined in a class to initialize a member of the same class...

c++classstaticconstexprcompile-time-constant

Read More
How to extract a value from a variadic template parameter pack by index?...

c++templatesc++11variadic-templatescompile-time-constant

Read More
In C++ 11 Is there any way to branch by if a function parameter is compile-time constant or not?...

c++c++11templatescompile-time-constant

Read More
In Rust can you associate a constant value to each enum variant and then collect those values at com...

rustenumsmacroscompile-time-constantassociated-value

Read More
Constant folding in G++...

c++optimizationg++compile-time-constant

Read More
Check if a type is defined via static_assert?...

c++c++20static-assertcompile-time-constant

Read More
constexpr general confusion...

c++language-lawyerconstexprcompile-time-constantconstant-expression

Read More
"Precompile" function in python, compile-time computations...

pythoncompile-timecompile-time-constant

Read More
constexpr pow() function compiler fail...

c++recursionlanguage-lawyerconstexprcompile-time-constant

Read More
Load file contents into a static array of bytes...

arraysrustmacroscompile-time-constant

Read More
CsvBindByPosition : value for annotation attribute must be a constant expression...

javaspring-annotationsopencsvcompile-timecompile-time-constant

Read More
Are all compile-time constants inlined?...

javainliningcompile-time-constant

Read More
Dart: Constant evaluation error. The method '[]' can't be invoked in a constant expressi...

dartcompile-time-constantconstant-expression

Read More
How to iterate over a compile-time seq in a manner that unrolls the loop?...

compile-timenim-langcompile-time-constantloop-unrolling

Read More
Compile Time Union Array...

c++arraysconstexprunionscompile-time-constant

Read More
Apparent GCC bug with comma operator in constant initializer...

cgccexpressioncompile-time-constantcomma-operator

Read More
Interpolate string in const function...

ruststring-interpolationcompile-time-constant

Read More
accessing std::tuple element by constexpr in type...

c++c++20stdtuplecompile-time-constant

Read More
BackNext