Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

"static_cast<To>(from)" if and only if "To to{from}", or not?

Handling std::function with SWIG

c++ c++11 swig

Mistakenly using a moved value

c++ c++11 move-semantics

strongly typed enums in g++-4.4

Iterator equivalent to nested for loops shows 50 % performance breakdown - why?

Generating Spirit parser expressions dynamically ( at runtime ) from a list of permutated parser expressions

C++11 `nullptr_t` returning function being elided?

c++ gcc c++11

compile-time conversion of lambda functors into function pointers

c++ c++11

Force use of locks inside std::atomic during debugging with libstdc++

how to use std::generate_canonical to generate random number in range [0,1)?

c++ visual-c++ c++11

most elegant variadic functor

In-class static member initialization

Unexpected implicit cast when using variadic templates?

Dynamic TLS in C++11

named entity as pointer to T in template parameter list [closed]

c++ templates c++11 standards

Adding QMAKE_CXXFLAGS += -std=c++11 to .pro file in qt not working(on linux 12.04)

c++ qt gcc c++11 qmake

Forwarding the const-ness of a template parameter, should I use a forwarding reference?

How to make exuberant-ctags parse "using" style typedefs?

Detect dangling references to temporary

How to combine static_assert with sizeof and stringify?