[Issue 19569] overload resolution not right?
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Thu Jan 10 06:51:47 UTC 2019
    
    
  
https://issues.dlang.org/show_bug.cgi?id=19569
Jacob Carlborg <doob at me.com> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |doob at me.com
--- Comment #1 from Jacob Carlborg <doob at me.com> ---
Attributes for templates are inferred. "void foo(T)();" will be inferred to be
"nothrow" if the arguments are "nothrow". Attributes are not inferred for
regular functions.
--
    
    
More information about the Digitalmars-d-bugs
mailing list