Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in consteval

Why can't we use compile-time 'variables' in consteval functions as template parameters?

Is there any way of accessing arbitrary data of known size as a char array in a constexpr/consteval context?

Can `consteval` delegating constructor be called from an ordinary constructor?

Non-literal types and constant expressions

Unable to update std::variant in consteval context

Returning std::vector from an immediate function

Cannot use std::not_fn with immediate functions

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

Why immediate functions are not noexcept by default and why are they allowed to be noexcept(false)?

c++ c++20 noexcept consteval

consteval wrapper vs. source_location

Cannot use consteval functions inside initializer list on MSVC

c++ visual-c++ c++20 consteval

How can a sprintf-like function in C++20/23 verify that the number of format specifiers matches the number of provided arguments at compile time?

Forward string literal to consteval function

c++ constexpr consteval

Keeping consteval-ness of function arguments

C++20 consteval functions and constexpr variables - are they guaranteed to be evaluated at compilation time?