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...
function template has already been definedyes Peter87 but that is another issue. For now lets not think about that...
This user does not accept Private Messages