Status D dynamic libs?
Robert Fraser
fraserofthenight at gmail.com
Sat Apr 19 23:10:05 PDT 2008
Frank Benoit wrote:
> - final & package methods: probably not in the vtable
About "package"... I noticed this too and had to change stuff o public.
What does "package" have to do with the vtable; it means that the symbol
is only accessible from within the package. So if a method is
package-protected, any other module in the same package should be able
to override it.
More information about the Digitalmars-d
mailing list