Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

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

Template dependent base member is not resolved properly

c++ c++11 templates

How can I check if all members of two tuples are different?

c++ c++11 tuples stdtuple

Is this use of raw pointers in modern C++ bad practice?

Is that a feature or a bug of clang c++11 std::regex_match?

c++ regex c++11 clang++

Understanding std::map::find

c++ c++11

Ambiguous call to member function for captured this in a lambda

c++ c++11 visual-c++

How to define a friend function declared in a non template class internal to a template class outside of both classes?