On 2/25/11, spir <[email protected]> wrote: > But where is this func > implemented?
DMD\dmd2\src\druntime\src\rt\aaA.d
_aaDel && _aaDelX
And then in object.d:
extern (C)
{
// from druntime/src/compiler/dmd/aaA.d
...
void _aaDel(void* p, TypeInfo keyti, ...);
...
}
I don't really know how it gets called since I don't see any explicit
calls to this function. This probably requires more insight into how
druntime and dmd work together.
