static if check for array and AA
Don Clugston
dac at nospam.com.au
Sun Jun 25 23:42:23 PDT 2006
BCS wrote:
> Don Clugston wrote:
>> Of course this relies on the name mangling algorithm which is not yet
>> stabilised and documented -- but which should be, by DMD 1.0.
>
> Maybe, but it should it be standardized as part of D? (I hesitate to say
> yes.)
It should definitely be standardised. Failure to standardise the name
mangling and the ABI was one of the major mistakes of C++. It makes
linking between different vendors virtually impossible (and it's why so
many more libraries use C linking than C++).
More information about the Digitalmars-d
mailing list