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.
