Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

accessing first n variadic function arguments

initializer list as argument to operator[]

G++ 4.6 -std=gnu++0x: Static Local Variable Constructor Call Timing and Thread Safety

c++ gcc g++ c++11

heap corruption when leaving scope with unique_ptr

c++ scope c++11 unique-ptr

Using decltype with virtual member function pointers

Cannot set Eclipse Juno C++ with std=c++11

C++11 (or Boost) system_error strategy

wrapping C callbacks with C++ lambdas, possible to use template polymorphism?

Is it a good idea to overload begin/end for pointers to collections

c++ templates c++11

Cache-aligned stack variables

c++ c++11 memory-alignment

Function overloading with shared pointer argument ambiguity

Thread C++ member function template variadic template

Does it make sense to use std::shared_ptr<std::vector> instead of boost::shared_array?

c++ boost c++11 stl

Are member variables in temporary objects implicitly moved when possible?

Is it possible to infer template parameters of tuple from brace-type initialization?

What is a good explanation for the C++11 memory model? [duplicate]

c++ c linux multithreading c++11

Object storing a non-owning reference that must be informed before the reference is destructed

Is {1, 2} a value? If yes, what is its type? If no, why can it be assigned to an initializer list?

Multikey map using variadic templates

Iterator into container which is moved

c++ c++11 iterator