Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

How can I iterate over a packed variadic template argument list?

Iterating over different types

c++ c++11 c++14

In a lambda, how reference is being captured by value

c++ c++11 lambda

default override of virtual destructor

c++ c++11 c++14

Is constexpr supported with lambda functions / expressions?

c++ c++11 lambda constexpr

std::thread - naming your thread

c++ multithreading c++11

Lambda as function parameter

c++ lambda c++11

Correct usage of rvalue references as parameters

c++ c++11 rvalue-reference

Is it a premature optimization to use std::move()?

c++ c++11

How can I use Standard Library (STL) classes in my dll interface or ABI?

c++ dll c++11 stl std

How can I use C++ 11 features in Clang?

c++ c++11 clang

Are lambdas inlined like functions in C++?

c++ c++11 lambda stl

Why isn't this 'for' loop valid?

c++ arrays c++11

Is there a C++11 syntax file for vim?

c++ vim c++11

Why do you use std::move when you have && in C++11? [duplicate]

c++ c++11 move-semantics

Functional programming in C++. Implementing f(a)(b)(c)

Integrate type name in static_assert output?

😃 (and other Unicode characters) in identifiers not allowed by g++

c++ gcc unicode c++11 g++

Overload resolution between object, rvalue reference, const reference

Why isn't there a std::shared_ptr<T[]> specialisation?

c++ c++11 shared-ptr