Lack of `outer` keyword makes inner class dup implossible

S. S._member at pathlink.com
Fri Jul 14 13:20:12 PDT 2006


It seems that because inner classes lack an `outer` keyword it is impossible for
them to create a new instance for the purpose of COW when operators like opCom
are called...

sudoku.d(318): outer class Foobar 'this' needed to 'new' nested class BarBar





More information about the Digitalmars-d mailing list