Search code examples
How can a sprintf-like function in C++20/23 verify that the number of format specifiers matches the ...

c++c++20constexprc++23consteval

Read More
Stroustrup book constexpr example does not compile in VS C++ 2022...

c++constexprconstexpr-function

Read More
Compile-time evaluation of constexpr functions in debug mode...

c++c++11metaprogrammingconstexpr

Read More
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
BackNext