Bug 12309 – The template fullyQualifiedName returns wrong result

Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P2
Component
phobos
Product
D
Version
D2
Platform
All
OS
All
Creation time
2014-03-07T00:20:00Z
Last change time
2014-03-09T18:04:48Z
Keywords
pull, wrong-code
Assigned to
nobody
Creator
goldmax3000

Comments

Comment #0 by goldmax3000 — 2014-03-07T00:20:27Z
DMD (current master v2.066-devel) module main; class Test(T,int x,string s) {} pragma(msg,fullyQualifiedName!(Test!(int,10,"str"))); pragma prints 'main.Test!(int, T, T)'
Comment #1 by k.hara.pg — 2014-03-07T01:20:00Z
Comment #2 by github-bugzilla — 2014-03-09T13:03:36Z
Commits pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/d9aa953c509ab593ef013da757b89569f085b2dc fix Issue 12309 - The template fullyQualifiedName returns wrong result https://github.com/D-Programming-Language/phobos/commit/b1288a790b54869511df3b14f1c37d686a33248d Merge pull request #1982 from 9rnsr/fix12309 Issue 12309 - The template fullyQualifiedName returns wrong result