Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

Ensuring that current thread holds a lock on a C++11 mutex

How to forward unique_ptr with tuple?

c++ c++11 tuples unique-ptr

regex with all components optionals, how to avoid empty matches

c++ regex c++11

Why is type checking inside templates more strict? [duplicate]

Variadic template parameters of one specific type

C++ Overload resolution with universal reference function template which can't be changed

C++ determine if a container has ::find() [duplicate]

c++ c++11 stl traits sfinae

A set of weak_ptr

Using argc in a constexpr, is it strictly required that any sub-expression involved be a constant expression?

Get bits from byte

c++ c++11 bitset

protected members are not accessible through a pointer or object

c++ class c++11 inheritance

notify_one performance impact

Why does std::random_device define its copy constructor as deleted?

c++ c++11

list initialization of aggregates: when can it invoke copy constructor?

Why returning of vector by value of explicitly non-moveable and implicitly non-copyable type does NOT produce a compilation error?

c++ c++11

Why override under private inheritance?

c++ c++11

Force compiler to accept only compile time argument (floating point)

c++ templates c++11

Using weak_ptr to implement the Observer pattern

unique_ptr deleter overhead

c++ c++11 smart-pointers raii

Move unique_ptr from set to set

c++ c++11 stl