Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

Clang reject type_info as incomplete although <typeinfo> is included

c++ c++11 clang libstdc++

Synchronization riddle with std::memory_order and three threads

c++ c++11 atomic

Unrestricted union in practice

c++ c++11 unions

Is there a way to find out, whether a thread is blocked?

Are variable length arrays an extension in Clang too?

c++11

How to define strong ID types in C++11? [duplicate]

c++ c++11 types

How to avoid strict aliasing errors when using aligned_storage

c++ c++11 strict-aliasing

Why are std::stoi and std::array not compiling with g++ c++11?

c++ macos boost c++11 g++

Combining a user defined literal with a method call

Is this (enum : char {}) a gcc bug?

c++ gcc c++11 enums

Mixing pass-by-reference and pass-by-value to variadic template function valid?

How to refer current class using decltype in C++11?

General guidelines for defining lambdas [closed]

c++ c++11 lambda

Explicit passing "this" parameter to method call

c++ c++11 std

specializing std::swap for rvalues

c++ c++11

Custom exception hierarchy. Dreaded diamond from std::exception and std::bad_alloc

How to emulate 'const auto' with BOOST_AUTO in C++?

c++ c++11 boost

Complexity of std::unordered_multiset insert

std::unordered_map::emplace object creation

Recursive noexcept specification

c++ c++11 c++14 noexcept