c++ - Internal error: template 2643
// dm v843
// dmc reports version 8.42n
template<>
class Foo
{
};
int main()
{
Foo x;
return 0;
}
May 10 2005
// dm v843
// dmc reports version 8.42n
template<>
class Foo
{
};
int main()
{
Foo x;
return 0;
}