May 10, 2005 Internal error: template 2643 | ||||
|---|---|---|---|---|
| ||||
// dm v843
// dmc reports version 8.42n
template<>
class Foo
{
};
int main()
{
Foo x;
return 0;
}
| ||||
Copyright © 1999-2021 by the D Language Foundation
May 10, 2005 Internal error: template 2643 | ||||
|---|---|---|---|---|
| ||||
// dm v843
// dmc reports version 8.42n
template<>
class Foo
{
};
int main()
{
Foo x;
return 0;
}
| ||||