Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++17

how to silence gcc warning against c++17 features?

c++ gcc c++17

Why does std::get not have a single signature that accepts a forwarding reference

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

C++17 template deduction guide not used for empty parameter set?

Idiomatically split a string_view

c++ c++17 string-view

disable branch with "if constexpr" and SFINAE

trailing return type of deduction guide is not a specialization

c++ templates c++17

Is it possible to invoke a variadic template function without explicit specialization?

How to make lambdas work with std::nullopt

Compile error when std::filesystem header file is added to my program

c++ c++17 std-filesystem

Why does removing 'const' from the constructor parameter stop the class from being instantiated?

c++ constructor c++17

operator-> for an iterator that returns a temporary

c++ iterator c++17

Template Argument Binding

Why I'm getting std::bad_variant_access with std::variant?

Polymorphic value types and interfaces

c++ polymorphism c++17

How to initialize the std::optional of a user defined data type

c++ c++17

Template rules in CRTP with MSVC

c++ c++17 ctad

When cppreference says that * should be overloaded as a free function for "symmetry", does "symmetry" mean commutativity?

What is the order of destruction of the two entries of a std::pair?

Is std::byte in C++ 17 equivalent to byte in C#?

How to get std::optional support in Xcode?