[Issue 3939] Built-in __vptr attribute for classes too

2018-05-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3939 Dmitry Olshansky changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 3939] Built-in __vptr attribute for classes too

2010-10-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3939 --- Comment #1 from bearophile_h...@eml.cc 2010-10-24 18:27:12 PDT --- Currently this seems the most efficient way to have a static class attribute that contains a __vptr (here converted to a size_t and named classId): class Foo { static i