[Issue 9442] typeid() doesn't work without `this.` for class fields
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Feb 3 05:48:01 PST 2013
http://d.puremagic.com/issues/show_bug.cgi?id=9442
Benjamin Thaut <code at benjamin-thaut.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |code at benjamin-thaut.de
--- Comment #2 from Benjamin Thaut <code at benjamin-thaut.de> 2013-02-03 05:47:59 PST ---
There is a workaround:
typeid(typeof(this.c));
--
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