[Issue 16611] std.traits.fullyQualifiedName fails with error 'Unrecognized type const(void)'

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sun Nov 20 18:42:28 PST 2016


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

Alexandru Razvan Caciulescu <alexandru.razvan.c at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alexandru.razvan.c at gmail.co
                   |                            |m

--- Comment #1 from Alexandru Razvan Caciulescu <alexandru.razvan.c at gmail.com> ---
Created a PR which fixes the problem:
https://github.com/dlang/phobos/pull/4916

However I am not sure if this is the right approach. In theory shouldn't
"const(void)" be caught by isBasicType ? Should I edit this one instead to
check for const(void) as well ?

--


More information about the Digitalmars-d-bugs mailing list