Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

How can I distinguish between array and pointer in function template specializations [duplicate]

c++ arrays pointers c++11

How to handle Qthread termination during app quit()?

Why is the copy-ctor preferred over move-ctor when std::vector relocates storage? [duplicate]

c++ c++11 stl stdvector

C++0x lambdas with template parameters? [duplicate]

fully emulating missing distinct builtin types (specifically: char16_t and char32_t)

Is this a microsoft VC++ 2010 compiler bug of "new auto(enum_type)"

c++ visual-c++ enums c++11 auto

Auto + static in-class constant initalization with meta-programming

Inferring types whilst eliding moves/copies without a macro

Vim syntax high-lighting for C++11 that does not mess up other highlighting. E.g., class/namespace scoping

c++ vim plugins syntax c++11

PPL Container performance

c++ c++11 concurrency stl ppl

std::locale::facet::_S_create_c_locale name not valid

c++ c++11

the weird result_of<F(Ts...)> in Andrei Alexandrescu's talk about exploding tuple

c++11 tuples

Applying a type transformation to a list: is "const" special?

How is the this pointer captured?

c++ c++11 lambda this

Template member functions with trailing return type, giving errors even if unused

Pass C++11 enum class as template while auto deducing its type

c++ templates c++11 enums