Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

Why is this move allowed?

c++ c++11 move

std::make_pair, c++11 and explicit template parameters [duplicate]

c++ c++11 c++03

For loops vs standard library algorithms with a relatively old compiler

c++ algorithm c++11

Calling a stateless lambda without an instance (only type)

How to create vector from specific values from array?

Swap two entire vectors/queue/stack time cost?

c++ c++11 vector stl

What is the purpose of the static member functions in STL's allocator_traits?

c++ c++11 stl allocator

Are compilers able to avoid branching instructions?

How come this program waits 10 seconds instead of counting down?

c++ c++11 c++-chrono

understand the move constructor behavior in this example

c++ 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