Interfacing D to existing C++ code

Andrew Godfrey via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Sun Jan 25 12:39:42 PST 2015


Is it common for a C++ library you want to interface to, to use 
std library types in its interface? Things like iterators or 
maybe containers.
Do those hit any of the "hard" cases, so that you'd need to 
change the std library to resolve the issue?


More information about the Digitalmars-d-announce mailing list