Function templates do implicit conversions for their arguments

TommiT tommitissari at hotmail.com
Tue Jul 2 10:21:41 PDT 2013


On Tuesday, 2 July 2013 at 16:59:50 UTC, TommiT wrote:
> [..]
> C++
> ---
> [..]
>     Teddy ted (123);
> [..]

That should be:
Teddy ted {123};


More information about the Digitalmars-d mailing list