Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

When should I use std::async with sync as policy?

c++ asynchronous c++11

Implementation-defined narrowing conversions?

Not so Clean Architecture

c++ oop c++11

static_cast not working on precedence as expected

semantics of end() iterator for vector and list

c++ c++11 iterator

C++11 "In class initialization" feature is not working for unions

shared_ptr aliasing constructor

c++ c++11 shared-ptr

C++ template allows discard of const reference qualifier

Using bools in calculations to avoid branches

The snippet shown below compiles in Coliru and Ideone, but according to iso § 8.5 p6 it shouldn't, or am I missing something?

Is there a case missing in §8.5 p17 (semantics of initializers) of N3797?

Difference between =default and empty constructor with no arguments? [duplicate]

c++ c++11

Elegant way to static_assert() that a standard library container type is ordered?

C++ lambda won't call the destructor on members captured by value

c++ xcode c++11 lambda llvm

Is there a way to detect construction of a const qualified object? [duplicate]

Lambda capture reference variable by reference

c++ c++11 lambda

Can you declare a member variable with decltype on an object function?

c++ c++11 decltype

Does vector<list<T>> guarantee that element addresses stay unchanged?

pointers c++11 vector stl

Boost pool allocators won't compile with std::allocate_shared in g++

C++11 cross compiler/standard library random distribution reproducibility