Scott Meyers wants to bring default zero-initialization to C++, mentions TDPL for precedent
    deadalnix via Digitalmars-d 
    digitalmars-d at puremagic.com
       
    Wed Nov 18 10:48:25 PST 2015
    
    
  
On Wednesday, 18 November 2015 at 15:46:38 UTC, Steven 
Schveighoffer wrote:
> On 11/18/15 10:12 AM, Joakim wrote:
>> He advocates for a tool like gofix, to automatically convert 
>> such
>> features to be deprecated:
>
> It isn't going to happen. See the caveat at the bottom, along 
> with his other post.
>
> As long as C has the preprocessor, a tool like gofix is nearly 
> impossible to create.
>
> I'm sure Daniel has some experience with this ;)
>
> -Steve
Note that we have the same problem with our unstructured 
templates and string mixins.
    
    
More information about the Digitalmars-d
mailing list