Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in constexpr

Error when instantiating std::array using std::array::size

c++ arrays c++11 std constexpr

Initialization of constexpr member variable using constexpr member function [duplicate]

c++ c++11 constexpr

Mutable Member in a ConstExpr Object in C++11

Converting struct to constexpr array of uint8_t

constexpr array member with template specialization: inconsistent behavior cross compilers

Idiomatic way to enforce constexpr-ness of constexpr functions

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

Can an object of class type T be constant initialized when T has a non-trivial destructor?

c++ c++11 constexpr

Weird behaviour constexpr with std::initializer_list

How to write a portable constexpr std::copysign()?

c++ math nan constexpr

running into trouble with constexpr

c++ c++11 constexpr

User-defined literal to MPL sequence: is this legal?

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