Use template _d_newclass in TypeInfo_Class.create

Steven Schveighoffer schveiguy at gmail.com
Thu Dec 15 19:12:46 UTC 2022


On 12/15/22 11:34 AM, Teodor Dutu wrote:

> How do you say I should proceed with this? Do you see a way to use the 
> template `_d_newclass` inside `TypeInfo_Class.create`?

No, but that's just the price you pay for using `TypeInfo` to create 
classes.

Leave the function, the major goal here is to remove the link from the 
compiler to the old hook. Library solutions can do whatever they want.

-Steve


More information about the Digitalmars-d mailing list