Object.factory() and exe file size bloat

Walter Bright via Digitalmars-d digitalmars-d at puremagic.com
Fri Aug 21 03:44:56 PDT 2015


On 8/21/2015 12:24 AM, Benjamin Thaut wrote:
> Export basically means "Make this function or class visible across
> shared library boundaries". I don't see how this connects to the object factory.

Object.factory() only has a point when it is used to instantiate classes in a 
DLL/so. It fits in nicely with export.



More information about the Digitalmars-d mailing list