[Issue 23996] pragma(assume)
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Fri Jun 16 20:28:40 UTC 2023
    
    
  
https://issues.dlang.org/show_bug.cgi?id=23996
timon.gehr at gmx.ch changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |timon.gehr at gmx.ch
--- Comment #2 from timon.gehr at gmx.ch ---
`assert(expr)` does not fit the bill because it is `@safe`. -checkaction=assume
can still happen in principle (as a similarly unsafe flag like -noboundscheck),
but it's orthogonal.
--
    
    
More information about the Digitalmars-d-bugs
mailing list