Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

gnu c++0x backwards compatibility status - can I just switch it on and go?

Using an abstract deleter with std::unique_ptr

Side effects of enabling C++0x support in gcc

gcc c++11

namelookup with Unqualified name : C++0x draft n3290

c++ c++11 name-lookup

Using an unordered_map where Key is a member of T

c++ stl c++11 unordered-map

Will the standard library of C++11 have forward declaration headers?

How to create a perfect forwarding constructor for a tuple-like variadic class

Calling variadic argument function from template class

Can variadic expansions be used as a chain of comma-operator calls?

c++ c++11 variadic

Specifying a member function as a callback in C++11

c++ c++11 lambda

EnumChildWindows and lambda

c++ winapi c++11 mingw

How to split a tuple?

c++ c++11

Does standard C++11 guarantee that high_resolution_clock measure real time (non CPU-cycles)?

Get an unsigned int milliseconds out of chrono::duration

c++11 chrono

How to return a smart pointer to a member variable?

c++ c++11 smart-pointers

Why does overload of template and non-template function with the "same signature" call the non-template function?

C++11 Change `auto` Lambda to a different Lambda?

c++ c++11 lambda auto

std::is_trivially_copyable - Why are volatile scalar types not trivially copyable?

Pre-calculating in gcc-4.8 (C++11)

c++ gcc c++11

Get the name of a std::function

c++ c++11 std-function