Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in consteval

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

Is it possible to derive template parameters from a literal integer in a formula somehow?

What are the advantages of using constexpr instead of consteval function?

c++ c++20 consteval

Is gcc wrong to allow the initialization of a const array member with another array reference?

Must consteval constructor initialize all data members?

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