Cleaned up C++

Walter Bright via Digitalmars-d digitalmars-d at puremagic.com
Wed Apr 22 15:41:37 PDT 2015


On 4/22/2015 1:36 PM, John Colvin wrote:
> Is it even possible to contrive a case where
> 1) The default initialisation stores are technically dead and
> 2) Modern compilers can't tell they are dead and elide them and
> 3) Doing the initialisation has a significant performance impact?

And you can still initialize with '= void'.



More information about the Digitalmars-d mailing list