[Issue 3346] classinfo behaves like no other D entity

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Sep 27 05:10:27 PDT 2009


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


Tomas Lindquist Olsen <tomas at famolsen.dk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tomas at famolsen.dk


--- Comment #3 from Tomas Lindquist Olsen <tomas at famolsen.dk> 2009-09-27 05:10:26 PDT ---
Should:

struct S
{
  size_t foo()
  {
    return sizeof;
  }
}

work too then?

As I see it .classinfo is a built in *property*, it's not a member!

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