[Issue 3643] Compiler error on obtaining typeid of a property

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Dec 26 01:26:35 PST 2009


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


Walter Bright <bugzilla at digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla at digitalmars.com


--- Comment #1 from Walter Bright <bugzilla at digitalmars.com> 2009-12-26 01:26:33 PST ---
Should really write these as:

    writeln(typeid(typeof(a.f)));

as typeid's argument is supposed to be a type.

-- 
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