Author
anonymous
almost 5 years ago
Language
Compiler
Options
Author
anonymous
almost 5 years ago
$
prog.cc:23:28: error: template argument for template template parameter must be a class template or type alias template
typedef MakeConstValueType<KnownAlias> MyContainer;
^
prog.cc:29:33: error: member reference base type 'const MyContainer' (aka 'const int') is not a structure or union
std::cout << "value = " << c.m << std::endl;
~^~
2 errors generated.
Exit Code:
1