array idioms

spir denis.spir at gmail.com
Fri Feb 25 14:53:10 PST 2011


On 02/25/2011 11:31 PM, Andrej Mitrovic wrote:
> On 2/25/11, spir<denis.spir at gmail.com>  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.

Thanks, Andrej.

Denis
-- 
_________________
vita es estrany
spir.wikidot.com



More information about the Digitalmars-d-learn mailing list