Search code examples
Can unexecuted branches of a conditional operator cause undefined behavior at compile-time?...

clanguage-lawyerconditional-operatorcompile-timecompile-time-constant

Read More
Why can GCC not handle compile-time evaluation of compound literal in a ternary with sizeof as a con...

cgccconditional-operatorcompile-timecompound-literals

Read More
Is it possible to test if a constexpr function is evaluated at compile time?...

c++c++14c++17constexprcompile-time

Read More
How to detect const char* format errors at C++ compile time?...

c++templatesconstexprcompile-time

Read More
Is is_constexpr possible in C++11?...

c++c++11compile-timeconstexpr

Read More
How can I force a constexpr function to be constant evaluated?...

c++macrosc++17constexprcompile-time

Read More
Compile-time palindrome check...

c++templatesc++17palindromecompile-time

Read More
C# list of "Type" that implements specific interface...

c#interfacecompile-time

Read More
How to do conditional compilation with Zig?...

compilationcompile-timeconditional-compilationbuild-systemzig

Read More
Simplest way to determine return type of function...

c++functionc++17return-typecompile-time

Read More
how does Java's most specific method rule for overloaded methods work with multiple parameters?...

javaoverloadingcompile-time

Read More
Static assert in CRTP class hierarchy that derived class does not implement a certain method...

c++templatescompile-timecrtp

Read More
Generating prime numbers at compile time...

c++metaprogrammingprimescompile-time

Read More
How to make rust compiler prevent me from calling a function with an argument value of zero?...

rustassertcompile-time

Read More
template parameter (either 1 or 2): any way to set it at runtime (compile-time if,...)?...

c++templatescompile-time

Read More
Can I make a constant from a compile-time env variable in C#?...

c#environment-variablescompile-time

Read More
Is it possible in Rust to determine whether a function argument is a compile-time constant?...

rustcompile-time

Read More
call template function for each template parameter in constexpr std::array<size_t,3>...

c++for-loopconstexprcompile-timefunction-templates

Read More
const char* cannot be used as a constant value for std::char_traits<char>::length...

c++c++17constexprstring-literalscompile-time

Read More
compile-time function for checking type equality...

c++templatescompile-time

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

pythoncompile-timecompile-time-constant

Read More
How to "Transpile away" log statements...

typescriptdebuggingloggingcompile-time

Read More
Call template function with typename combinations...

c++templatescompile-time

Read More
How to define C++ struct for configuration?...

c++structconfigurationinitializationcompile-time

Read More
How do I switch/select types during compile-time?...

c++templatesc++11compile-timetype-traits

Read More
How to constrain a template? Six different usages of std::enable_if...

c++templatessfinaecompile-time

Read More
Filling an std::array using math formula in compile time...

c++arraysconstexprfillcompile-time

Read More
Is it possible to validate the input to a user-defined literal at compile time...

c++compile-time

Read More
How to get string length at compile time if possible?...

c++c++17overloadingstring-literalscompile-time

Read More
How to compile-time verify that all symbols are completely defined in a linux shared object library...

linuxshared-librariescompile-timeunresolved-external

Read More
BackNext