Search code examples
consteval wrapper vs. source_location...

c++gccc++20constevalstd-source-location

Read More
C++20 consteval functions and constexpr variables - are they guaranteed to be evaluated at compilati...

c++language-lawyerc++20constexprconsteval

Read More
Why does `consteval` not behave as expected?...

c++compiler-errorsc++20constexprconsteval

Read More
Is it possible to pass a reference to a consteval function and use it as additional return value?...

c++c++20constexprconsteval

Read More
Can a class with consteval constructor be created on heap in C++?...

c++language-lawyernew-operatorconsteval

Read More
Consteval constructor and member function calls in constexpr functions...

c++language-lawyerc++20consteval

Read More
how to guarantee initilization of a stack variable with a compile time constant...

c++c++20constexprconstevalconstinit

Read More
While template deduction, is it possible to detect if a consteval function could be run...

c++templatesc++20consteval

Read More
Nested call of consteval functions with a reference argument...

c++language-lawyerc++20consteval

Read More
Keeping consteval-ness of function arguments...

c++c++20constexprfmtconsteval

Read More
Immediate function as default function argument initializer in Clang++...

c++c++20clang++consteval

Read More
Changing constexpr to consteval results in unintelligible error message in MSVC. Compiler bug or que...

c++compiler-errorsc++20constexprconsteval

Read More
Is it possible to call a consteval function with a non-const reference parameter?...

c++c++20consteval

Read More
What is if consteval needed for?...

c++constexprconstevalc++23

Read More
How to fail a consteval function?...

c++c++20consteval

Read More
decltype(fun()) for consteval methods...

c++c++20consteval

Read More
Is compiler allowed to call an immediate (consteval) function during runtime?...

c++language-lawyerc++20consteval

Read More
clang says call to void consteval function is not a constant expression...

c++language-lawyerc++20constant-expressionconsteval

Read More
How come constexpr functions can not consume consteval functions while you can create constexpr obje...

c++constexprc++20consteval

Read More
Is there any way of accessing arbitrary data of known size as a char array in a constexpr/consteval ...

c++gccconstexprc++20consteval

Read More
Are `inline` and `noexcept` redundant in a consteval context?...

c++inlinec++20noexceptconsteval

Read More
Can consteval functions from different translation units interfere?...

c++constexprc++20one-definition-ruleconsteval

Read More
Why does a consteval function allow undefined behavior?...

c++undefined-behaviorc++20consteval

Read More
BackNext