Object.factory() and exe file size bloat

Jacob Carlborg via Digitalmars-d digitalmars-d at puremagic.com
Fri Aug 21 06:18:29 PDT 2015


On 2015-08-21 12:44, Walter Bright wrote:

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

It's useful for deserialization as well.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list