Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

C++ 'typedef' vs. 'using ... = ...' [duplicate]

Nested C++ template parameters for functions

c++ templates c++11

Does the standard behavior for deleters differ between shared_ptr and unique_ptr in the case of null pointers?

std::remove with vector::erase and undefined behavior

c++ algorithm c++11 vector stl

Efficiency of postincrement v.s. preincrement in C++ [duplicate]

c++ c++11

Move Assignment incompatible with Standard Copy and Swap

Who is responsible for deleting the facet?

c++ c++11 locale

Why use a function rather than a reference to member?

c++ class c++11 reference

Using a function pointer with a trailing return type

c++ c++11 function-pointers

What is the difference between using explicit fences and std::atomic?

c++ c++11 atomic memory-fences

capture by value class members

c++ lambda c++11 closures

too many initializers for 'int [0]' c++

What's the reason of using auto self(shared_from_this()) variable in lambda function?

std::vector::emplace_back and std::move

Is there a better alternative to std::remove_if to remove elements from a vector?

How to overload |= operator on scoped enum?

Can constexpr be combined with volatile?

using declaration in variadic template

Performance penalty using 'auto' keyword in Visual Studio 2010

Why wasn't yield added to C++0x?

c++ c++11 yield c++17