Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

Create n-dimensional vector with given sizes

How do std::unique_lock and std::condition_variable work

Why does compiler complain that f() is not visible?

c++ templates c++11

std::map vs unordered_map memory footprint for small N

Difference between const auto * and const auto?

Is it possible to force `std::make_shared` to use a class's new operator?

c++ c++11 c++14

Replace c++ macro's concatenation by modern c++ techniques

c++ c++11

Is possible to use std::condition_variable with std::lock_guard?

Can I have a std::vector of template function pointers?

c++ c++11

Array Initialisation Compile Time - Constexpr Sequence

Why doesn't std::move on a std::unique_lock have any effect?

c++ c++11 mutex move-semantics

are C++ static variables always destructed on main thread?

C++11 overloaded methods with forwarding to a unique method

c++ c++11

"multiple overloads" using templated class with duplicate types

unpacking variadic template arguments to define new template arguments

rvalue for a std::string parameter

Function template won't work with string literals

c++ c++11 c++14 c++17

lambda+for_each+delete on STL containers

How to use std::tuple types with boost::mpl algorithms?

c++ c++11 tuples boost-mpl

C++0x initializer list passed by reference

c++ c++11