prog.cpp:6:12: error: explicit specialization in non-namespace scope 'struct Dummy'
prog.cpp:6:37: error: template-id 'get<Dummy::DUMMYvoid>' in declaration of primary template
prog.cpp:11:29: error: too many template-parameter-lists
prog.cpp:12:12: error: explicit specialization in non-namespace scope 'struct Dummy'
prog.cpp:12:35: error: template-id 'get<Dummy::DUMMYint>' in declaration of primary template
prog.cpp:12:18: error: 'int Dummy::get() const' cannot be overloaded
prog.cpp:6:19: error: with 'void Dummy::get() const'
prog.cpp: In function 'int main()':
prog.cpp:19:41: error: no matching function for call to 'Dummy::get()'
prog.cpp:19:41: error: unable to deduce 'auto' from '<expression error>'