DList!(Tuple!(TypeInfo_Class)) causes compilation error

Zhenya zheny at list.ru
Sun Dec 30 12:09:55 PST 2012


Hi!
I just need DList!(Tuple!(TypeInfo_Class)) for my n-dimensional 
dispatcher,
but compiler says:

Error: function 
std.typecons.Tuple!(TypeInfo_Class).Tuple.opEquals!(const(Tuple!(TypeInfo_Class))).opEquals 
(const(Tuple!(TypeInfo_Class)) rhs) is not callable using 
argument types (const(Tuple!(TypeInfo_Class))) const

Could you give me some advice/workaround for this?


More information about the Digitalmars-d-learn mailing list