[Issue 18569] std.traits.moduleName problem with enum

2020-03-20 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18569 Basile-z changed: What|Removed |Added CC|b2.t...@gmx.com | --

[Issue 18569] std.traits.moduleName problem with enum

2018-08-20 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18569 ag0aep6g changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 18569] std.traits.moduleName problem with enum

2018-08-20 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18569 Basile B. changed: What|Removed |Added CC||b2.t...@gmx.com Hardware|x86_64

[Issue 18569] std.traits.moduleName problem with enum

2018-03-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18569 --- Comment #1 from Claude --- Actually it is not certain that is a Phobos problem, as replacing the moduleName template within std.traits by that reduced code: template moduleName(alias A) { // __traits(parent) returns "module modName" // s