Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

future composability, and boost::wait_for_all

C++ Standard Library Portability

c++ c++11 stl g++ portability

Variadic template base class call forwarding

c++ 11 std::atomic_flag, am I using this correctly?

Regular Expression causing Stack Overflow

C++ convert variables to template arguments

c++ templates c++11

How do I forward-declare a constexpr object at namespace scope?

c++ gcc c++11 clang

Visual Studio 2008 with c++11

Why does the expression below characterize a narrowing conversion?

C++ std::system_error usage with common catch std::exception block

c++ exception c++11

No type named 'nullptr_t' in namespace 'std'

macos qt gcc c++11

Need some help understanding C++11 Move Constructors [duplicate]

c++ c++11 move-semantics

RAII and deduced template arguments

c++ templates c++11 raii

Initialization of const reference member with deleted copy constructor

Can I use always emplace to replace insert for single element insertion?

c++ c++11

Is the deletion of a constructor inherited?

Can it be safe to keep a copy of an std::initializer_list? What is the rationale?

Creating a new tuple class by popping the last type

c++11 variadic-templates

Is there a way to check if std::random_device is in fact random?

c++ c++11 random

Why does make_unique have an extra move with a constructor that can take std::bind as an argument?

c++ c++11 c++14