Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

Raw pointer lookup for sets of unique_ptrs

c++ c++11 unique-ptr c++14

Lock-free swap of two unique_ptr<T>

Is there a reason for zero sized std::array in C++11?

c++ arrays c++11 c++14 stdarray

What does "[ this ]" mean in C++

c++ api c++11 syntax cocos2d-x

Why does std::declval add a reference?

c++ c++11 decltype

member initializer does not name a non-static data member or base class [duplicate]

c++ c++11 clang

Move constructor for std::mutex

c++ c++11

C++11 STL containers and thread safety

c++ multithreading stl c++11

What exactly is std::labs() there for?

static constexpr member of same type as class being defined

c++ c++11 constexpr

Why is C++11's POD "standard layout" definition the way it is?

c++ c++11 standard-layout

Does std::mt19937 require warmup?

constexpr not compiling in VC2013

Why doesn't a const reference extend the life of a temporary object passed via a function?

Why is std::equal_to useful?

c++ c++11

Brace-enclosed initializer list constructor

c++ c++11 initializer-list

How to deal with noexcept in Visual Studio

How to make the for each loop function in C++ work with a custom class

c++ list c++11 foreach

In C++11 is sqrt defined as constexpr?

c++ c++11 constexpr

Concurrent programming c++? [closed]

c++ concurrency c++11