Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++17

Are C++17 Parallel Algorithms implemented already?

Does structured binding work with std::vector?

C++ std::variant vs std::any

c++ c++17

How to enable /std:c++17 in VS2017 with CMake

c_str() vs. data() when it comes to return type

c++ string c++17 c-str

std::any without RTTI, how does it work?

c++ stl c++17 rtti

Why doesn't remove_reference work on functions?

c++ templates types c++17

Initialize an std::array algorithmically at compile time

Why doesn't this "undefined extern variable" result in a linker error in C++17?

Fold expressions with arbitrary callable?

c++ fold c++17

Overloading multiple function objects by reference

Why can't decomposition declarations be constexpr?

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