Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++17

How does folding over comma work?

c++ c++17

Why can not we use `std::multiset` with custom compare lambda as the value of a `std::map`?

Are trigraphs still valid C++?

Is the value of expression f() > g(), when f & g modify same global variable undefined or unspecified?

c++ c++11 c++14 c++17

C++17 fold expression in cout

c++ c++17 fold-expression

Forcefully access private member [duplicate]

c++ windows visual-c++ c++17

c++ std::bad_alloc on std::filesystem::path append

How do you enable C++17 in Netbeans?

Is auto an optional keyword in ranged based for loops?

c++ for-loop auto c++17

How to use std::optional in C++

std::apply and constant expression?

c++ c++17 stdapply

std::map of tuple to tuple and using emplace

c++ c++17

Retrieve value out of "cascading ifs" fold expression

c++ c++17 fold fold-expression

What should I use instead of void as one of the alternative types in an variant?

Convert filesystem::path into char* on windows

c++ c++17

C++14 using alias for is_same::value

c++ templates helper c++14 c++17

Will there be standardization of scope guard/scope exit idioms?

c++ c++14 c++17 scopeguard

Should we still use classes or functions that require std::iterator if std::iterator is deprecated? [duplicate]

c++ for-loop iterator c++17

C++ How to insert a consecutive inter range into std::vector?

c++ c++17

How to pass a function template as a template argument?