Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

Why is Allocator::reference being phased out?

using c++ aggregate initialization in std::make_shared

c++ c++11

Custom allocator in std::vector

c++ stl c++11 allocator

Can volatile but unfenced reads yield indefinitely stale values? (on real hardware)

lambda as a static member

Erasing elements from unordered_map in a loop

c++ c++11 unordered-map

Guidelines to do constexpr operator-overloading?

Are variadic constructors supposed to hide the implicitly generated ones?

enable_shared_from_this and inheritance

Transparent Operator Functors

Can a shared lock on a std::shared_timed_mutex be upgraded to an exclusive lock?

c++ multithreading c++11 c++14

Are empty macro arguments legal in C++11?

c++ macros c++11

Does MinGW-w64 support std::thread out of the box when using the Win32 threading model?

C++0x - export gone, exception specs deprecated. Will this affect your code? [closed]

c++ c++11

Interoperability between boost::date_time and std::chrono

c++ datetime boost c++11 chrono

Parameter pack must be at the end of the parameter list... When and why?

Using boost::future with "then" continuations

c++ c++11 boost

C++ function types

Can parameter pack function arguments be defaulted?

Can I std::move() an element out of a std::vector? [duplicate]

c++ c++11