Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

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

What is the meaning of this statement in the C++11 Standard?

c++ c++11 language-lawyer

Visual studio 2013 c++ lambda capture parameter pack

Is the C++11 <codecvt> header available in the latest GCC?

c++ gcc c++11

Why default move ctor and assignment are no more added by compiler when a destructor is defined?

c++ c++11 constructor default

A better way to handle template creation?

How is in-class static const initialization of float different from int in C++?

c++ c++11 floating-point

I don't understand the reason for the alignment of the char buffer[] with an object of type X in the code below

c++ c++11 memory-alignment

How can I use shared_from_this in a derived class without superfluous RC manipulations?

c++ c++11 shared-ptr

CRTP with a Cyclic Dependency

c++ c++11 crtp

Clang cannot use braced initialization for user-defined conversion

c++ c++11

Getting "terminating with uncaught exception of type std::length_error: vector" error C++

c++ c++11 vector