Search code examples
What is the best approach or alternative to constant references?...

c#const-correctnesscompile-time-constant

Read More
Set Attribute Value at Compile Time...

c#compile-time-constant

Read More
Will this comparison be compiled into a constant Boolean value in a generic class?...

c#compiler-optimizationcompile-time-constantgeneric-type-argument

Read More
Macro for use in expression while enforcing its arguments to be compile time constants...

cmacrosc89static-assertcompile-time-constant

Read More
Does "int size = 10;" yield a constant expression?...

c++arraysc++11compile-time-constantvariable-length-array

Read More
Get type of a module at compile time in F#...

f#compile-time-constant

Read More
"error: initializer element is not constant" when using bitshift but not add or subtract, ...

cgcccompile-time-constant

Read More
Equivalent of C programming syntax "#define" in Julia language...

cjuliacompile-time-constant

Read More
C++ compile-time bitmask addition...

c++templatesc++11bitmaskcompile-time-constant

Read More
Hexadecimal constant in C is unsigned even though L suffix...

cgcccomparisongcc-warningcompile-time-constant

Read More
Why does this of sfinae not work?...

c++templatessfinaetype-traitscompile-time-constant

Read More
constant expression function in c++98...

c++templatesc++98compile-time-constantconstant-expression

Read More
What does mean by "symlinks resolved" in the description of magic constant __FILE__?...

phpconstantssymlinkcompile-time-constantmagic-constants

Read More
Can I get a class's name as a compile-time constant without hardcoding it in a string literal?...

javareflectionconstantscompile-time-constant

Read More
Use of undefined constant DIR_CACHE - assumed 'DIR_CACHE'...

phpcachingopencartcompile-time-constant

Read More
How can I write a C #if directive that branches based on the current date...

cmacroscompile-time-constant

Read More
c++ template specialization based on compile time value...

c++templatesmetaprogrammingcompile-time-constant

Read More
How to make C++ compile time template cast constant?...

c++templatescompile-time-constant

Read More
How to define the size of an array that is a static member of a non instanciable class?...

c++arraysc++11staticcompile-time-constant

Read More
const array of const, to use its elements on array length definitions or give template parameters va...

c++arraysconstantscompile-time-constant

Read More
Externally defined constant in C header file...

cconstantsheader-filescompile-time-constant

Read More
Is there a way to define a switch-compliant constant for static object members?...

c++switch-statementconstantscompile-time-constant

Read More
Compile-time boolean operations for an integral_constant?...

c++templatesc++14compile-timecompile-time-constant

Read More
Declare and initialize constant in header file...

c++objective-cconstantsheader-filescompile-time-constant

Read More
constant expression required in Java behaviour change for int and Integer...

javaautoboxingcompile-time-constant

Read More
Evaluate all macros in a C++ header file...

c++macrosc-preprocessorconstantscompile-time-constant

Read More
Why can g++ 5.4 not compile this compile-time prime number code?...

c++templatescompiler-errorsconstexprcompile-time-constant

Read More
Defining an NSArray Constant in a Protocol...

iosobjective-cnsarraycompile-time-constant

Read More
Do String constants/literals in code slow down compiling considerably?...

javastringcompilationcompile-timecompile-time-constant

Read More
Compile-time const and formal parameters...

ccompile-time-constant

Read More
BackNext