TypeInfo in the library

Daniel Murphy yebbliesnospam at gmail.com
Mon Feb 17 18:16:15 PST 2014


"Jacob Carlborg"  wrote in message news:ldtrf3$14t0$1 at digitalmars.com... 

> On 2014-02-17 17:01, Kenji Hara wrote:
> > - modue private functions
> >    // Compiler can elide codegen for 'foo', if other declarations
> >    // in module a don't use it for runtime code.

> Private functions can be called from other modules via function pointers.

That would be a runtime use of 'foo', to get the function pointer.


More information about the Digitalmars-d mailing list