struct mystruct {
myPtr* root;
opApply(...){
myPtr*[] childs;
childs ~= root;
...
}
}
foreach(node; mystruct(myRoot)){
...
}
It compiles but the line with ~= gives the nice "bing" under Windows
and the application hangs...
What doesn't this work? -- Robert M. Münch http://www.saphirion.com smarter | better | faster
