Win32 API Tango / using what ?
Tomas Lindquist Olsen
tomas at famolsen.dk
Thu Nov 15 08:37:43 PST 2007
Sean Kelly wrote:
> Tomas Lindquist Olsen wrote:
>>
>> Enums generate typeinfo, which is probably what you're seeing.
>
> Even unnamed enums?
>
>
> Sean
Hmm. good point. it's definitely outputting static data for the .init
property, but actually I think you're right it should not output a
distinct instance of TypeInfo_Enum.
Looking at the object files from gdc, it seems like it is putting the
symbols for typeid(int) and the TypeInfo_Enum baseclass in the object
file though.
Maybe this is actually a harmless a bug.
More information about the Digitalmars-d
mailing list