Search code examples
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
What is consteval?...


c++c++20consteval

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