https://issues.dlang.org/show_bug.cgi?id=19569
Jacob Carlborg <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Jacob Carlborg <[email protected]> --- 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. --
