[Issue 14981] [REG 2.068.0] Missing nothrow attribute in dbgVerifySorted()
    via Digitalmars-d-bugs 
    digitalmars-d-bugs at puremagic.com
       
    Wed Sep 30 18:27:09 PDT 2015
    
    
  
https://issues.dlang.org/show_bug.cgi?id=14981
--- Comment #4 from Kenji Hara <k.hara.pg at gmail.com> ---
(In reply to Steven Schveighoffer from comment #3)
> Seems to be fixed in latest head. Not sure where it was fixed, possibly here:
> 
> https://github.com/D-Programming-Language/phobos/pull/3669
Yes, it is. As far as I see, the `uniform` and `text` functions are not
nothrow, then dbgVerifySorted was also inferred to throwable.
--
    
    
More information about the Digitalmars-d-bugs
mailing list