Unsafe variadic arguments -> array assignment

bearophile bearophileHUGS at lycos.com
Fri Oct 5 04:39:07 PDT 2012


H. S. Teoh:

> The compiler should not allow this unsafe copying of a variadic 
> argument
> list to an object member. Is this a known issue? I'll file a 
> new bug if not.

The D compiler must do its best to help avoid similar bugs.

See also:
http://d.puremagic.com/issues/show_bug.cgi?id=5212

Bye,
bearophile


More information about the Digitalmars-d mailing list