Thread overview
[Issue 12668] std.traits.functionAttributes should use the new getFunctionAttributes trait
Apr 27, 2014
Andrej Mitrovic
April 27, 2014
https://issues.dlang.org/show_bug.cgi?id=12668

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

--
July 29, 2014
https://issues.dlang.org/show_bug.cgi?id=12668

github-bugzilla@puremagic.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--
July 29, 2014
https://issues.dlang.org/show_bug.cgi?id=12668

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

https://github.com/D-Programming-Language/phobos/commit/7a976513b944ddc8cfd30949bdfb1cb0a10a484f
Fix Issue 12668 -  std.traits.functionAttributes should use the new
getFunctionAttributes trait.

https://github.com/D-Programming-Language/phobos/commit/e709fee45a0dbb042e2f3f2d0b65aff911cef5ca Merge pull request #2131 from AndrejMitrovic/Fix12668

Issue 12668 -  std.traits.functionAttributes should use the new getFunctionAttributes trait.

--