Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

Move a std::map vs move all the elements of a std::map

`#include <iostream>` with `-std=c++0x` is broken

c++ qt qt4 g++ c++11

Implementing Containers using Smart Pointers

Can anyone explain this paragraph of the current C++0x standard draft?

A point from C++0x draft : n3290

c++ c++11

Simulating finally block in C++0x

Can user defined literals have functions as arguments?

How can I use decltype to access a dependent-type?

Size of built-in multidimensional array using variadic template function

clang: converting const char16_t* (UTF-16) to wstring (UCS-4)

c++ macos unicode c++11 clang

c++ extern template instantiation and typedef (gcc)

c++ templates c++11 typedef

constexpr with string operations workaround?

c++ c++11 stdstring constexpr

how to move all pairs from one std::map to another

c++ stl c++11

g++ variadic templates. Simple Sample code won't compile, complains 'Not a template'

Unexpected behavior using iterators with nested vectors

c++ vector iterator c++11

Failing to deduce type from lambdas in the initializer list

Move std::vector<T> to T*

How to make an iterator be "automatically dereferenced"?

c++ c++11 iterator

rvalue references and constructor arguments

Lambdas and std::function

c++ templates lambda c++11