Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

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

Nonlocking Way to Copy Atomics in Copy Constructor

recursive lambda and capture (segfault)

c++ c++11 lambda

Is std::type_index safe across DLLs

c++ c++11 dll

Detect operator at compile time without implicit conversions

c++ c++11 gcc c++14 sfinae

Building with more than one version of a compiler

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

Is move constructor called twice in C++?