template condition

Steven Schveighoffer schveiguy at yahoo.com
Thu Sep 27 08:40:17 PDT 2012


On Thu, 27 Sep 2012 11:34:15 -0400, Namespace <rswhite4 at googlemail.com>  
wrote:

> Ok. And there is no performance difference? Just for the sake of  
> completeness. :)

performance where?  Template instantiation is done at compile time.

The resulting code should be unaffected runtime-performance wise.

-Steve


More information about the Digitalmars-d-learn mailing list