[Issue 14981] [REG 2.068.0] Missing nothrow attribute in dbgVerifySorted()
    via Digitalmars-d-bugs 
    digitalmars-d-bugs at puremagic.com
       
    Sun Nov  8 01:19:54 PST 2015
    
    
  
https://issues.dlang.org/show_bug.cgi?id=14981
Tobias Pankrath <tobias at pankrath.net> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tobias at pankrath.net
--- Comment #6 from Tobias Pankrath <tobias at pankrath.net> ---
Making dbgVerifySorted a template function fixes this instance. Probably
because the compiler will infer it is nothrow.
--
    
    
More information about the Digitalmars-d-bugs
mailing list