Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

How do I put futures in a container?

c++ multithreading c++11

Yet another clang/gcc discrepancy regarding ODR usage?

Obtaining item index in ranged based for on vector

c++ c++11 ranged-loops

Is writing std::deque at different memory locations concurrently thread-safe?

C++ map iteration with deletion

c++ map c++11 iteration

Dominance in virtual inheritance

Why no timeout support in std::lock?

c++ c++11 locking

C++11 std::thread::detach and access to shared data

c++ multithreading c++11

Performance of std::function compared to raw function pointer and void* this?

Is a header necessarily a file?

Function overloading in C++ passing arguments by value or by reference

c++ c++11 overloading

C++ variadic template with doubles

Execute function inside function template only for those types that have the function defined

Is this a valid (ab)use of lambda expressions?

Default function that just returns the passed value?

Why start with std::placeholders::_1 instead of _0?

c++ c++11 placeholder stdbind

What is "member initializer" in C++11?

Is it possible to move an item out of a std::set?

c++ c++11

Where can we use list initialization?

Function signature as template parameter

c++ templates c++11