[Issue 12867] std.traits.fullyQualifiedName fails on ClassName.staticMember.memberOfStruct

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Fri Jul 14 19:57:19 PDT 2017


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|WORKSFORME                  |DUPLICATE

--- Comment #2 from Vladimir Panteleev <dlang-bugzilla at thecybershadow.net> ---
Before  to 2.057  : Failure
  Fixed   by: https://github.com/dlang/phobos/pull/384 - Add PackageName,
ModuleName and FullyQualifiedName traits.
2.058   to 2.060  : Success with output: fooMember
  Broken  by: https://github.com/dlang/phobos/pull/913 -
`std.traits.hasElaborateCopyConstructor` fixes and other
           2.061  : Failure
  Fixed   by: https://github.com/dlang/phobos/pull/1967 - Issue 10502 - Can't
get fullyQualifiedName of a templated struct
Since      2.066.0: Success with output: test.Foo.fooMember

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

--


More information about the Digitalmars-d-bugs mailing list