Uncalled functions in hello world

H. S. Teoh hsteoh at quickfur.ath.cx
Wed Apr 8 16:59:41 UTC 2020


On Wed, Apr 08, 2020 at 03:50:41PM +0000, Jonathan Marler via Digitalmars-d wrote:
> On Wednesday, 8 April 2020 at 13:57:47 UTC, Stefan Koch wrote:
> > The current phobos hello world
> > import std.stdio;
> > void main() { "Hello World".writeln; }
> > generates a list of 36 functions which are generated and emitted but
> > not called, and therefore presumably only used at compile time
> > 
> > [...]
> 
> This is uncalled for.

LOL!


T

-- 
Leather is waterproof.  Ever see a cow with an umbrella?


More information about the Digitalmars-d mailing list