Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++17

Modifying a global variable in a constexpr function in C++17

With C++17 is it possible to detect if a struct/class has any base?

Do we still need to write the empty angle brackets when using transparent std function objects?

Difference between C++14 and C++17 using: `*p++ = *p`

c++ c++14 c++17

How to initialize C++17 vector of pairs with optional element

Is delete allowed to modify its parameter?

c++ language-lawyer c++17

Why can this derived class be constructed with `{}` and not with `()` on C++17?

c++ c++17

Confusing templates in C++17 example of std::visit

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?