Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++17

Why would a new[] expression ever invoke a destructor?

c++ c++17 new-operator

Can the structured bindings syntax be used in polymorphic lambdas

What are contracts (as proposed for C++17)?

"constexpr if" vs "if" with optimizations - why is "constexpr" needed?

how to convert filesystem path to string

c++ c++17

Why is template parameter pack used in a function argument type as its template argument list not able to be explicit specified

c++ templates c++17

why doesn't std::any_cast support implicit conversion?

c++ c++17

Is "enum class" a class type in C++?

c++ c++11 enums c++17

How can I intentionally discard a [[nodiscard]] return value?

c++ c++17 nodiscard

How do I iterate equal values with the standard library?

When should I use [[maybe_unused]]?

c++ c++17

Constexpr if with a non-bool condition

How you convert a std::string_view to a const char*?

c++ string c++17 string-view

Can non-type template parameters in c++17 be decltype(auto)?

How do I build gcc with C++ concepts ("concepts lite") support?

More silent behaviour changes with C++20 three-way comparison

What is a fully qualified name?

c++ language-lawyer c++17

Should I compare a std::string to "string" or "string"s?

Why is std::iterator deprecated?

c++ c++17

VS2017: E0135 namespace "std" has no member "filesystem"