Search code examples
Single type compile time list: concat with clang...


c++templatesvariadic-templatesconstexprcompile-time

Read More
std::bit_cast equivalent for CUDA device side code?...


cudaconstexprtype-punning

Read More
Emulating if __name__ == __main__ in c++ causes error "function-like macro is not defined"...


c++macrosconstexprclang++entry-point

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


c++macrosconstexprstring-literalscompile-time

Read More
Can't use function parameter of a constexpr function in a constant expression...


c++c++11constexprconstexpr-function

Read More
Explicitly constexpr default comparisons...


c++language-lawyerc++20constexprc++23

Read More
Error when binding a constexpr reference to variable of different type...


c++referencetype-conversionlanguage-lawyerconstexpr

Read More
how to construct a constexpr static_string from constexpr std::string_view...


c++constexprstring-viewconstant-expression

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
Why a std::array is not constant expression when it is the input of a templated function/generic lam...


c++arraystemplateslambdaconstexpr

Read More
Why is std::vector::at not working in the for-each loop using ranges?...


c++g++constexprgeneric-const-exprs

Read More
Modifying a global variable in a constexpr function in C++17...


c++language-lawyerc++17constexpr

Read More
Should I declare a constant instead of writing a constexpr function?...


c++c++11constexprconstexpr-function

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


c++templatesconstexprcompile-timereinterpret-cast

Read More
concatenate string_views in constexpr...


c++c++17constexprstring-view

Read More
constexpr in relation to memory leaks in C...


cmemory-managementmemory-leaksconstexpr

Read More
C++14 constexpr function requirements on cppreference...


c++c++11language-lawyerc++14constexpr

Read More
Changing active member in a union with copying using std::construct_at...


c++language-lawyerc++20unionconstexpr

Read More
Difference between MSVC and GCC/Clang for constexpr constructor...


c++constexpr

Read More
Lookup table with constexpr...


c++c++11constexpr

Read More
In C++11 is sqrt defined as constexpr?...


c++c++11constexpr

Read More
constexpr function not compiling post gcc 10...


c++templatesgnuconstexprg++10

Read More
Is possible create QString at compile time?...


c++qtconstexprcompile-time

Read More
How to implement constexpr string_view multiplication with a number...


c++c++20constexprfmtstring-view

Read More
constexpr with "long double" fails on ppc64el...


c++g++constexprpowerpc

Read More
How to use std::array's data and other member functions in a constexpr context?...


c++constexpr

Read More
Wrong computation of sum in a constant expression...


c++visual-c++sumoperator-keywordconstexpr

Read More
static constexpr member of same type as class being defined...


c++c++11constexpr

Read More
Difference between "if constexpr()" Vs "if()"...


c++if-statementc++17constexprif-constexpr

Read More
BackNext