Interfacing D with C and C++

Walter Bright via Digitalmars-d digitalmars-d at puremagic.com
Sat Aug 23 21:59:01 PDT 2014


On 8/23/2014 9:31 PM, Scott Wilson wrote:
> Could you tell me how I could get this to work?

The function is mangled as:

C++:    _ZNSaIiE10deallocateEPvm
D:      _ZN3std9allocatorIiE10deallocateEPvm

Looks like D gets it wrong.


More information about the Digitalmars-d mailing list