[Issue 8504] Template attribute inferrence doesn't work

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Aug 28 09:42:39 PDT 2012


http://d.puremagic.com/issues/show_bug.cgi?id=8504


Kenji Hara <k.hara.pg at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull, wrong-code
            Version|unspecified                 |D2


--- Comment #1 from Kenji Hara <k.hara.pg at gmail.com> 2012-08-28 09:42:34 PDT ---
https://github.com/D-Programming-Language/dmd/pull/1096

After semantic3 (semantics for function body code) done, typeof(func!string)
returns 'pure nothrow @safe void(string)' because of the attribute inference,
but it doesn't affect to its mangled name. That's a bug.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list