Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

How can I test std::random_device for randomness?

enum and static const member variable usage in template trait class

Call a function with variadic arguments using parameter pack expansion, but modify th i-th parameter

Ambiguity in variadic function template

Embedded C++11 code — do I need volatile?

c++ c++11 arm embedded stm32

Why does get helper of std::tuple return rvalue reference instead of value

c++ c++11 stl move-semantics

Visibility rules for mixin inheritance with variadic template

Variadic function template base case: without parameters or with one?

What happens to Boost libs after their inclusion in C++, other than usage with older-standard code?

unique_ptr and default constructible pointer

Considerations about move semantic for a type

c++ c++11

Variadic templates, type deduction and std::function

alias of class template

c++ templates c++11 typedef

Multiple pack expansions inside class with fixed number of template arguments

c++ templates c++11

Strange behavior of std::is_nothrow_destructible

What is the best way to prevent implicit conversion of integer 0 to pointer in c++

Namespace having the same name as contained class, ok for gcc, not ok for clang

std::promise with custom allocator appears to use global new

c++11 promise future allocator

Building with more than one version of a compiler

c++ c++11 gcc clang travis-ci

Is move constructor called twice in C++?