Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in consteval

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?

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

c++ templates c++20 consteval

consteval vs constexpr on variables

using throw in a constexpr or a consteval function in order to generate compile-time error

New-expression with consteval constructor in constexpr context