Synchronizing on an interfaces classinfo

Frank Benoit keinfarbton at googlemail.com
Thu Aug 7 07:02:12 PDT 2008


I got an segmentation fault in the attemp to synchronize on a interfaces 
classinfo

interface IFigure{
}

static this(){
   synchronize( IFigure.classinfo ){ // << crash
   }
}

Is that a bug, or is there a documented reason why this is?



More information about the Digitalmars-d mailing list