Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++14

T* versus char* pointer arithmetic

Destruction order of statically initialized, non-literal objects

Linker error with variable templates

decltype() of captured variable in lambda: GCC bug and/or Clang bug?

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

How to set a constexpr pointer to a physical Address

c++ pointers gcc c++14 constexpr

Constexpr conditions for constructor

c++ oop c++14 constexpr

What is this C++14 construct called which seems to chain lambdas?

c++ lambda c++14

About safe operations involving unique pointers

c++ c++14 unique-ptr

Is there a special rule for lambda in case of decltype(auto)?

C++ Move Semantics - Wrapping Legacy C APIs

c++ c++11 constructor move c++14

static member function make_shared of shared_ptr

c++ c++11 stl c++14 shared-ptr

Inferring return type of templated member functions in CRTP

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

Check whether equal string literals are stored at the same address

c++ c++14 string-literals

std::list - are the iterators invalidated on move?

c++ c++11 c++14

CRTP - Checking from the base class that the derived one meets requirements

c++ c++14 crtp

initializer_list immutable nature leads to excessive copying

Can default function arguments "fill in" for expanded parameter packs?

No <optional> in MS Visual Studio 2013 - what to do?

Can't assign a `std::unique_ptr` to a base class in clang when using an alias template

c++ clang c++14 clang++

How to memset an anonymous union with 0