Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++17

Is it possible to issue compile error if object is stack created (including inherited types)?

c++ c++17 factory

Copy Construction in Initializer Lists

How to use C++ Expects operator?

Assignment to array in C++17

How to pass std::string_view by value or by const reference

c++17 string-view

std::remove_reference_t<std::remove_cv_t<T>> does the order matter?

c++ c++17 typetraits

How to choose between std::reduce and std::accumulate?

experimental::filesystem linker error while using GCC6 after using -lstdc++fs option

c++ gcc c++17

efficient way to insert a unique_ptr into a map without deleting the pointer if the key already exists [duplicate]

c++ c++17

Unpacking a typelist

std::make_unique's (and emplace, emplace_back's) awkward deduction for initializer_list arguments

C++17 lambda captures with relaxed type requirements

c++ lambda c++14 c++17

How to use structured binding in an array passed as arg to some function?

c++ c++17

What are pros and cons of std::initializer_list and c array []?

Using std::launder to get a pointer to an active union member from a pointer to an inactive union member?

Where is std::hardware_destructive_interference_size?

c++ c++17

Compiling boost with MSVC2015 with /std:c++latest (or C++17/N4190)

Recursively visiting an `std::variant` using lambdas and fixed-point combinators

Is "template argument deduction for class templates" supposed to deduce empty parameter packs for variadic class templates?

I just can not understand DR 712