[Issue 1609] TypeInfo_Typedef has incorrect implementation of next()

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Oct 23 16:30:09 PDT 2007


http://d.puremagic.com/issues/show_bug.cgi?id=1609





------- Comment #1 from tomas at famolsen.dk  2007-10-23 18:30 -------
oups forgot something. the test case is:

typedef int int_t;
assert(typeid(int_t).next is typeid(int));


-- 



More information about the Digitalmars-d-bugs mailing list