Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in constexpr

gcc and clang disagree over constexpr function

c++ gcc clang c++14 constexpr

How to create a constexpr array with a sequence of string_views at compile time?

non-constexpr calls in constexpr functions

c++ c++11 constexpr c++14

Compile-time template `std::integral_constant` counter - how to implement it?

why is an uninitialized constexpr variable not constant?

c++ c++11 gcc constexpr

Clang complains about undefined constexpr function in unevaluated context

c++ constexpr clang++

Constexpr: Comparision to nullptr - Bug or feature?

c++ gcc c++14 constexpr

Can expression using pointers causing unspecified (not undefined!) behaviour be used in constexpr context?

constexpr difference between gcc v10 and v9: bug or feature

constexpr address of base class

c++ base-class constexpr c++14

Confusion about pointer values being compile-time constatns

Why `constexpr const int &a = 1;` failed in block scope?

std::experimental::optional<T> implementation: Constexpr constructor confusion

Change constexpr object member using method fail

c++ object gcc c++14 constexpr

Undefined symbols for architecture x86_64 linking constexpr std::array

c++ c++14 constexpr

Trivial default constructor can't be constexpr?

c++ constructor constexpr

Clang, std::next, libstdc++ and constexpr-ness

Why compile-time floating point calculations might not have the same results as run-time calculations?

constexpr struct member initialisation

c++ c++17 constexpr

How to create an array from two index sequence at compile time