Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++14

relations between all kinds of initialization and constructions?

c++ c++11 initialization c++14

Why does std::get not have a single signature that accepts a forwarding reference

c++ c++11 c++14 c++17 stdtuple

SFINAE to check "template template class" (in template argument) elegantly

polymorphic unique_ptr copy elision

c++ c++14

Passing const unique_ptr reference as parameter

c++ c++11 c++14 smart-pointers

Atomic variable with padding (compiler bug?) [duplicate]

c++ c++14 padding atomic

Generate initializer list of varying size depending on template parameter

DLL exporting causing issues with unique pointers

c++ stl c++14 c++17 dllexport

Explicit match of template template arguments

Template Specialization with Default Value

How to make unique pointers to polymorphic classes using the ternary operator?

How to: Extend C++14 template function to variadic template, arguments

Has the C++1y standard considered to support coroutine/goroutine?

Width to fit any value of an unsigned (natural) number

c++ c++14

Why is my copy assignment operator never called?

Understanding the example on lvalue-to-rvalue conversion

void_t in parameter list works but not as return type

c++ templates c++11 c++14

undefined reference for static constexpr on g++ 4.9 with no optimisation

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

What are the allowed types for an enum (class)?

c++ c++11 c++14

Error on MSVC when trying to declare std::make_unique as friend of my templated class