Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++14

Why do I need to member-initialize a non-static array member in a constexpr class?

c++ c++14 constexpr

How can I find if an element exists in a tuple?

c++ tuples c++14

Why capturing by reference in lambda doesn't change the type of the variables?

c++ lambda c++14

Generic lambda and its argument as constant expression

Direct-init vs. list-init in array new-expression

When is std::shared_timed_mutex slower than std::mutex and when (not) to use it?

c++ multithreading c++14

std::is_same returns false when comparing std::tuple_element and decltype(std::get)

c++ c++14 decltype

Overloading type from parent namespace

c++ c++11 namespaces c++14

Is std::make_unique<T[]> required to return aligned memory?

c++ arrays c++14

What is the rationale for the difference in destruction behavior between std::unique_ptr and std::shared_ptr?

c++ c++14

What causes this constructor to delegate to itself when it takes an initializer list and delegates a vector?

c++ c++11 c++14

Constexpr compound assignment operator in clang and gcc

Variadic function calling a variadic macro

auto and brace initialization in C++11/C++14 [duplicate]

c++ c++11 gcc clang c++14

Error when checking if a tuple of references is default constructible

c++ c++11 std c++14 stdtuple

Are digit separators allowed before the digits in a hex or binary number?

c++ c++14 digit-separator

Lambda: A by-reference capture that could dangle

c++ c++11 lambda c++14

C++14 How often should I use constexpr?

c++ c++14 constexpr

constexpr - function cannot be used in a constant expression

c++ g++ c++14 constexpr cmath

No Global variable initialization

c++ g++ c++14