[Issue 18176] std.numeric.gapWeightedSimilarity should be usable in @safe
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Thu May 10 15:20:10 UTC 2018
    
    
  
https://issues.dlang.org/show_bug.cgi?id=18176
Jack Stouffer <jack at jackstouffer.com> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jack at jackstouffer.com
--- Comment #1 from Jack Stouffer <jack at jackstouffer.com> ---
Currently this function is designed to be @nogc. This can't be both @safe and
@nogc at the same time.
--
    
    
More information about the Digitalmars-d-bugs
mailing list