Comparing unique_ptrsI have 2 unique_ptr and need to compare whether they contain the same value or are empty This is t...
a template-argument cannot be a type that contains 'auto' in C++20Because I want to know what is wrong!!
a template-argument cannot be a type that contains 'auto' in C++20In C++20 we are supposed to be able to use concepts like this: [code] //type requirement templa...
how can I write this C++17 in c++14?I have this code that compiles perfectly in C++17: [code] #include <type_traits> template<typena...
Trying to get the head of a variadic template argument failsHi, I am doing something wrong here: [code] template<typename T, size_t Pos, size_t Size, typename...
This user does not accept Private Messages