May 08, 2014
https://issues.dlang.org/show_bug.cgi?id=12705

Andrej Mitrovic <andrej.mitrovich@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|nobody@puremagic.com        |andrej.mitrovich@gmail.com

--- Comment #1 from Andrej Mitrovic <andrej.mitrovich@gmail.com> ---
https://github.com/D-Programming-Language/dmd/pull/3533

--
May 08, 2014
https://issues.dlang.org/show_bug.cgi?id=12705

--- Comment #2 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/328b5e51df3e901cff4c8006c837d72a37d00464
Fix Issue 12705 and Fixup Pull 3501 - Default trust implies @system, and
typeof(func) should
extract proper function attributes.

https://github.com/D-Programming-Language/dmd/commit/e1e28ec7ed869b15b065673ca774fe53f2f19d42 Merge pull request #3533 from AndrejMitrovic/FixupAttribs

Fix Issue 12705 and Fixup Pull 3501 - Fix @system and missing attributes when
typeof(func) is used

--