[Issue 11881] -betterC switch suffers from bit rot
    via Digitalmars-d-bugs 
    digitalmars-d-bugs at puremagic.com
       
    Fri Oct  7 14:15:41 PDT 2016
    
    
  
https://issues.dlang.org/show_bug.cgi?id=11881
--- Comment #17 from Adam D. Ruppe <destructionator at gmail.com> ---
> We should likely just disable EH w/ -betterC.
Walter recently committed something to the compiler which keeps it from
outputting that if you don't actually use it... I *think* the problem is solved
already in the git head. I'm not completely sure though,  I haven't actually
used it.
But I argue that's the ideal solution regardless: if you don't use EH, don't
output the ref. If you do, output it and let the user deal with the linker
error.
--
    
    
More information about the Digitalmars-d-bugs
mailing list