[Issue 15538] final switch statement raises an exception even though all cases are covered under certain conditions
    via Digitalmars-d-bugs 
    digitalmars-d-bugs at puremagic.com
       
    Mon Aug  8 08:04:46 PDT 2016
    
    
  
https://issues.dlang.org/show_bug.cgi?id=15538
--- Comment #2 from Johannes Loher <johannes.loher at fg4f.de> ---
Everything seems to work fine when running the program from within gdb. It also
does not seem to be a problem of final switch, but switch in general. I tried
it with a usual switch clause, in that case It always goes to default:
--
    
    
More information about the Digitalmars-d-bugs
mailing list