Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

How do non-intrusive smart pointers behave with respect to inheritance and multiple inheritance?

CRTP fails w/ decltype

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 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 are C++0x rvalue reference not the default?

c++ c++11 lvalue rvalue

Concurrent write to different buckets in unordered_map (C++)?

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

Variadic template as template parameter: deduction works with GCC but not with Clang

Order of evaluation of elements in list-initialization

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?

transform_primary() and collate_byname()

c++ c++11 locale