Search code examples
SASS: Set variable at compile time...


cssvariablessasscompile-time

Read More
Is it possible to determine at translation time the value of CHAR_BIT without using CHAR_BIT (requir...


calgorithmlibccompile-time

Read More
How to check at compile-time if a = b (where a and b are arguments of type T&) is valid inside a...


c++templatestype-traitscompile-time

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


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

Read More
How can this Nim function deal with the special case at compile time?...


assemblycompile-timenim-langcompiler-explorer

Read More
fmt Library - Formatting to a (compile-time) string_view...


c++string-formattingcompile-timestring-viewfmt

Read More
std::source_location - filename only, not full path - compile-time substring?...


c++stringconstexprcompile-time

Read More
Static assert in C...


cgccassertcompile-timestatic-assert

Read More
How can I iterate over struct fields at compile time in Zig to generate a serializer?...


serializationreflectioncode-generationcompile-timezig

Read More
C++: How to iterate over tuple in compile-time?...


c++testingtuplesconstexprcompile-time

Read More
Print a type's name at compile time without aborting compilation?...


c++g++clang++compile-timedebug-print

Read More
DB2 LUW - Get Compile-time Failing Line Number in Stored Procedure...


stored-procedurescompile-timedb2-luwdiagnostics

Read More
When does a constexpr function get evaluated at compile time?...


c++c++11runtimecompile-timeconstexpr

Read More
Need help to understand how std::format can check its format string at compile-time...


c++metaprogrammingcompile-timeconsteval

Read More
Error converting a "Derived pointer to member" into a "Base pointer to member"...


c++c++11metaprogrammingcompile-time

Read More
Cycle inside ; building could produce unreliable results: Xcode Error...


iosxcodecompile-timebuild-system

Read More
What is compile-time polymorphism and why does it only apply to functions?...


c++polymorphismcompile-time

Read More
Check at compile time that a function call triggers a `static_assert(false)`...


c++c++20compile-timec++23static-assert

Read More
product enum class in c++...


c++switch-statementcompile-timeenum-class

Read More
how to profile compile time...


c++compile-time

Read More
Mapping elements of a structure to different vector elements using reflection (compile-time)...


c++templatesc++20template-meta-programmingcompile-time

Read More
Compile time check if string contains quotes...


c++stringc++17constexprcompile-time

Read More
Single type compile time list: concat with clang...


c++templatesvariadic-templatesconstexprcompile-time

Read More
Defining string literal constants once both as char const* and wchar const*...


c++macrosconstexprstring-literalscompile-time

Read More
Is there a way to prevent a header file without header guards from being included at all at compile ...


c++headercompile-time

Read More
Detecting Endianness...


cc-preprocessorendiannesscompile-time

Read More
How to deduce the two dimensions of a compile-time matrix class with an initializer_list constructor...


c++matrixconstexprinitializer-listcompile-time

Read More
populating an array at compile time in C...


cconstexprcompile-time

Read More
In Java: do expressions involving constants defined at instantiation get simplified during compile-t...


javaoptimizationconstantscompile-time

Read More
How to reinterpret a value as bytes in a compile-time context in C++...


c++templatesconstexprcompile-timereinterpret-cast

Read More
BackNext