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


Andrej Mitrovic <[email protected]> changed:

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


--- Comment #2 from Andrej Mitrovic <[email protected]> 2013-05-17 
17:42:10 PDT ---
God what a silly typo:

static if (__traits(getProtection, S.m != "private"))

The parenthesis is wrong, it should be:

static if (__traits(getProtection, S.m) != "private")

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

Reply via email to