Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

Bug with std::deque?

c++ c++11 iterator deque

Overloading operator== for const std::reference_wrapper in std::unordered_map

Checking if a variable is constant qualified

c++ c++11 constants

C++ distinguish Lambdas from Function pointers inside a vector

c++ function c++11 lambda

Raw pointer inside std::make_shared

c++ pointers c++11 raii

Boost.test cannot find main

c++ c++11 gcc boost g++

Warning: defaulted move assignment operator of X will move assign virtual base class Y multiple times

Forbids functions with `static_assert`

Understanding the code for std::move()

c++ c++11 vector stl

What is the best\simplest\fastest way to create set of 1 element? (C++)

c++ c++11 boost stl set

random_device vs default_random_engine

c++ c++11 random

error: function declared 'noreturn' should not return

c++ c++11 gcc lambda

std::bind assigned to std::function

c++ templates c++11 c++14

How to convert std::result_of to decltype in a template argument

c++ c++11 c++14 decltype

Does the use of std::move have any performance benefits?

c++ c++11 move-semantics

prevent casting of int when calling function

c++ c++11 casting

vector - pair uniform initialization

Type deduction for std::function

Compiler error because constructor must explicitly initialize the member

Default C++ definitions in body or header files

c++ c++11