[Issue 13598] enum isPublic(alias e) = __traits(getProtection, e) == "public";

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Mon Jun 26 08:56:14 PDT 2017


https://issues.dlang.org/show_bug.cgi?id=13598

Vladimir Panteleev <dlang-bugzilla at thecybershadow.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |dlang-bugzilla at thecybershad
                   |                            |ow.net
         Resolution|---                         |DUPLICATE

--- Comment #1 from Vladimir Panteleev <dlang-bugzilla at thecybershadow.net> ---
The example given compiles since https://github.com/dlang/dmd/pull/3841 was
merged, so I believe this to be a duplicate of issue 13226.

*** This issue has been marked as a duplicate of issue 13226 ***

--


More information about the Digitalmars-d-bugs mailing list