Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in constexpr-function

virtual and constexpr before up to C++17

constexpr result from non-constexpr call

Why is it possible to use the return of a lambda, passed as argument of a constexpr function argument, in a constant expression within the function?

Given C++23 relaxations on constexpr, can't constexpr be the default?

What does [decl.constexpr].5 mean exactly?

error while trying to compile .data() from std::array as a constexpr function in c++20

constexpr unsigned int * unsigned long not evaluated as unsigned long?

Why does gcc 12.2 not optimise divisions into shifts in this constexpr function called from main()

Why constexpr method can return correctly class members whose value change during execution?

c++ constexpr-function

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

Compiler can't execute constexpr expression