Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

std::tuple, get item by inherited type

Can I rely on the order of an unordered map?

rvalue on the left side

std::this_thread::sleep_for sleeps shorter than expected in VS2015

Is order of iteration over the elements of std::unordered_set guaranteed to be always the same?

How much does a C++11 lambda capture actually capture?

c++ performance c++11 lambda

What is the opposite of c++ `override` / `final` specifier?

Is there a smart pointer type that requires multiple owners?

c++ c++11 smart-pointers

How to see code coverage in Clion

constexpr and virtual

c++ c++11

using shared_ptr to std::vector in range-based for loop

auto return type not deducing reference

Can I use a custom allocator for std::array for secure cryptographic keys?

How to dispatch between assert() and static_assert(), dependend if in constexpr context?

Using GCC's C++0x mode in production?

c++ gcc c++11 mingw

std::unique_ptr and pointer-to-pointer

com c++11

Position of a type in a variadic template parameter pack

ISO C++ standard draft

c++ standards c++11

Strange case of C++11 overload resolution

Why is not deleting an object that has a destructor with a side effect undefined behavior in C++11?