mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-07-22 07:05:22 +02:00
Merged DMD 1.045 !!!
This commit is contained in:
@@ -159,9 +159,11 @@ class ClassInfo : Object
|
||||
// 2: // has no possible pointers into GC memory
|
||||
// 4: // has offTi[] member
|
||||
// 8: // has constructors
|
||||
// 32: // has typeinfo
|
||||
void* deallocator;
|
||||
OffsetTypeInfo[] offTi;
|
||||
void* defaultConstructor; // default Constructor
|
||||
TypeInfo typeinfo;
|
||||
|
||||
/**
|
||||
* Search all modules for ClassInfo corresponding to classname.
|
||||
|
||||
Reference in New Issue
Block a user