Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++17

QMake adding in extra "-std=gnu++11" when I use build kits that compile with Clang, which overides my .pro flag addition "-std=c++17"

Template variables with template argument deduction and default template parameters

C++17: Generic (multiple-inheritance based?) check for template in parameter pack

What is guaranteed with C++ std::atomic at the programmer level?

Valid syntax of calling pseudo-destructor for a floating constant

How to use a requires clause with lambda functor arguments?

c++ c++11 c++17 c++-concepts

C++17 vector of Generic (Polymorphic) lambdas

c++ c++17

Point of evaluation of exception specification

Using ranges::view::iota in parallel algorithms

C++ block scope extern declaration linkage, confusing C++ standard explanation

std::optional assignment operator in a constexpr context

How to emulate deduction guides for template aliases?

C++17: still using enums as constants? [duplicate]

c++ enums c++17

Why do I need to move `std::unique_ptr`

Variable template template?

Is there a standard generalization of void_t for other types?

c++ sfinae c++17

Perfect forwarding with class template argument deduction

Is there any benefit in using std::forward instead of std::move to initialize an object?

c++ c++17

How to efficiently move (some) items from one std::map to another?

c++ stl c++17 stdmap

Will C++17 template arguments with auto feature allow constrained std::function objects?