Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

c++ exception safety in constructor

Why does std::timed_mutex::try_lock_for not work?

c++ c++11

assigning one shared_ptr to another

c++11 shared-ptr

Modifying constant object

How to test lambda in C++11

c++ c++11 lambda

Why do I need to repeat the sorting subroutine when declaring a std::set?

c++ c++11 dictionary stl set

Is boost::uuids::random_generator thread safe?

std::is_pod vs subclassing

c++ c++11

Call to constant pointer-to-member function not being inlined

c++ c++11

memory management for lambda in C++11

c++ c++11

Why does shared_ptr signature differ from unique_ptr for arrays?

Why do the std smart pointer type destructors not inherit the noexcept dtor status of the pointed to object

What is std::numeric_limits<T>::digits supposed to represent?

c++ c++11 std c++14

Initialize class containing a std::function with a lambda

Why is vector considered nothrow_move_constructible?

c++ c++11

C++ Can not initialize with {...}

Moving keys from unordered_map

Value initialization for classes with exclusively inherited constructors

Any better alternative to std::vector<std::unique_ptr<T>>?

boost.python: Argument types did not match C++ signature