Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++11

What language rules permit C++11 to deduce that this is an initializer_list of pairs?

Why decltype isn't implicit?

c++ c++11

C++ array size declaration and const

c++ c arrays c++11 constants

function-try-block and noexcept

Why is there no [] operator for std::shared_ptr? [duplicate]

How to convert std::future<T> to std::future<void>?

c++ c++11 asynchronous future

Why is direct-list-initialization with auto considered bad or not preferred?

Does the MOV x86 instruction implement a C++11 memory_order_release atomic store?

Default to making classes either `final` or give them a virtual destructor?

What does SFINAE not work correctly with following has_member function?

lambda scope for static members initializer

c++ c++11 lambda

Detecting presence of an arbitrary member

c++ templates c++11 c++14

How to pass vector elements as arguments to variadic template function?

c++ c++11 c++14

C++ constexpr keyword placement

c++ c++11 constexpr

Filling a vector with multiple threads

c++ multithreading c++11

Rvalue reference and auto&& local variables

c++ c++11

How to check if a class has a default constructor, either public, protected or private

c++ c++11 c++14

Should copy assignment operator pass by const reference or by value?

SFINAE to have a class member only if possible

c++ c++11 templates sfinae

Test floating point std::vector with C++ Catch