Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

How to make a shared_lock or upgrade_lock in standard C++11?

Should we store smart pointers to class instances in large std::vector's for better performance?

Why can I std::move a stream rvalue ref into an lvalue ref?

Map function with c++11 constructs

is_lock_free not defined in std::atomic<T> in gcc 4.7.2?

c++ gcc c++11 atomic

Lvalue reference constructor is called instead of rvalue reference constructor

std::thread c++. More threads same data

Adding Functionality To An Object Without Changing The Interface

c++ design-patterns c++11

Null propagation operator in C++

c++ templates c++11

Is there a packaged_task::set_exception equivalent?

captured variable hides passed variable in lambda. how to unhide?

c++ c++11

Are typelists completely replaced by variadic templates?

Should I be seeing significant differences between std::bind and boost::bind?

Template Alias with Default Value

c++ c++11 template-aliases

When should we provide our own Hash function for `std::unordered_set`

c++ c++11 stl

Is it possible to nest coroutines using Boost.Coroutine?

c++ boost c++11 coroutine

std::to_string vs stringstream

Cross-platform implementation of the x86 pause instruction

c++ c++11 x86

C++11 auto variable initialized by nullptr

c++ c++11 auto nullptr

Can you swap a std::queue with a lambda comparator?