Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++17

std::launder and strict aliasing rule

Different cv-qualifiers with structured bindings

c++ c++17

C++ new if statement with initializer

Why is std::is_aggregate<T> an aggregate?

c++ std c++17 typetraits

Can a non-type template parameter be of type "void*"?

What is an equivalent replacement for std::unary_function in C++17?

c++ stl c++17

Is C++17 std::shared_mutex not available yet?

c++ mutex libstdc++ c++17 gcc5

When do I use node_type with std::map::insert?

How to use lambda as template argument with default value in C++? [duplicate]

c++ lambda c++17

Can `if constexpr` be used to declare variables with different types and init-expr

Defining global constants in C++1z?

c++ constants c++17

Incomplete types as function parameters and return values

Are structured bindings reusable?

MSVC constexpr function 'xyz' cannot result in a constant expression

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

Unqualified sort() -- why does it compile when used on std::vector and not on std::array, and which compiler is correct?

c++ c++17

C++ variant converting constructor with bool

c++ c++17 c++20

Is it possible to insert extra operation in fold expression?

Is there any advantage in using std::optional to avoid default arguments in a function?

c++ c++11 c++17 stdoptional

Do we have auto array in c++17?

c++ c++17

Why GCC rejects std::optional for references?

c++ gcc reference optional c++17