[Issue 1348] offTi property of TypeInfo return empty array.
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sat Feb 20 21:03:13 PST 2010
http://d.puremagic.com/issues/show_bug.cgi?id=1348
Rob Jacques <sandford at jhu.edu> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |sandford at jhu.edu
--- Comment #3 from Rob Jacques <sandford at jhu.edu> 2010-02-20 21:03:11 PST ---
This appears to never have been implemented:
>From toobj.c in the DMD 2.040 source tree, at both 462-464 and 909-911:
// offTi[]
dtdword(&dt, 0);
dtdword(&dt, 0); // null for now, fix later
I ran into this in attempting to do runtime reflection for serialization, etc.
without forcing the use if template mixins, etc.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list