Re: Interfacing D to existing C++ code
Andrew Godfrey via Digitalmars-d-announce Sun, 25 Jan 2015 12:43:21 -0800
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?
- Interfacing D to existing C... Walter Bright via Digitalmars-d-announce
- Re: Interfacing D to e... FrankLike via Digitalmars-d-announce
- Re: Interfacing D ... Andrew Godfrey via Digitalmars-d-announce
- Re: Interfacing D to e... Guillaume Chatelet via Digitalmars-d-announce
- Re: Interfacing D ... Andrei Alexandrescu via Digitalmars-d-announce
- Re: Interfacin... Guillaume Chatelet via Digitalmars-d-announce
- Re: Interf... Walter Bright via Digitalmars-d-announce
- Re: Interfacing D to e... Sativa via Digitalmars-d-announce
- Re: Interfacing D ... Ben Boeckel via Digitalmars-d-announce
- Re: Interfacing D ... deadalnix via Digitalmars-d-announce
