out of memory error with template mixins

Saaa empty at needmail.com
Thu Dec 3 05:01:22 PST 2009


Removing a struct definition from the second mixin seems to fix the problem.
Is this a (known) bug?

The struct was only used within that template.

public struct S
{
enum LOCAL { ONE, TWO };
LOCAL local;
bool b = false;
StructOut s;
ENUM_OUT eo;
}
 




More information about the Digitalmars-d-learn mailing list