Variadic functions: How to pass another variadic function the variadic args?

bearophile bearophileHUGS at lycos.com
Sat Aug 3 09:15:57 PDT 2013


monarch_dodra:

> writefln("%s", 10, "hello", 1.5);
> => 10

According to a recent discussion with Andrei, that's (thankfully) 
going to become a run-time exception:

http://d.puremagic.com/issues/show_bug.cgi?id=4927

Bye,
bearophile


More information about the Digitalmars-d-learn mailing list