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

--- Comment #3 from [email protected] ---
Commits pushed to master at https://github.com/dlang/phobos

https://github.com/dlang/phobos/commit/59df244abb8296089285c14935c498d624bc5890
Fix for issue 16182

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

It is beyond my comprension as to why this irrelevant change helps
fixes #16182. I believe there is something amiss becuase expression
fqnSym!(__traits(parent, T)) ~ '.' is returning a char[] while
fqnSym!(__traits(parent, T)) ~ "." returns a string. This while
expression fqnSym!(__traits(parent, T)) returns a string.

https://github.com/dlang/phobos/commit/f75eeb596d44544e98a23ee1fd0b60f9ae8b0956
Merge pull request #4437 from puneet/master

Fix for for issue 16182 - std.traits.fullyQualifiedName Bug

--

Reply via email to