Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++17

Can template deduction guides call constexpr functions?

Why does deduction fail for std::set in GCC?

To move, or not to move from r-value ref-qualified method?

Where exactly does my code not adhere to the specification of the key and value type?

c++ c++17

Move constant object without compiler warning

c++ c++11 c++17

How to make grouped or paired fold of parameter pack?

How is std::optional never "valueless by exception"?

Which boost libraries are discussed for inclusion in C++17?

c++ boost stl c++17

What's the purpose of std::to_integer?

Check if a type is passed in variadic template parameter pack

c++ templates typetraits c++17

Using std::type_info for casting in natvis

c++ visual-studio c++17 natvis

Why is the enclosing type of a static lambda member incomplete?

Deprecation of std::allocator<void>

When can a base class have a different layout than the corresponding complete object type?

c++ c++17

Confusion with hard error in SFINAE

c++ templates c++17 sfinae

Is creating a pointer one past the end of a non-array pointer not derived from unary operator & undefined behavior in C++17?

How to static cast throwing function pointer to noexcept in C++17?

Is there a way to reset a std::variant from a known alternative?

c++ c++17 variant

Do structured bindings and forwarding references mix well?

Which part of the C++ standard prevents explicitly specifying this template's arguments?