On Monday, 29 September 2014 at 14:36:10 UTC, Jacob Carlborg
wrote:
On 29/09/14 12:00, Szymon Gatner wrote:
Hi,
recently there is much talk about extending C++ interop in D
but it is
unclear to me what that means. Functions and virtual class
methods are
already callable. What else is planned in the near future?
Exceptions?
Support for C++ templates? (that seems difficult no?).
Using templates are already supported. Note, they need to
instantiated on the C++ side.
Ah, cool, but I still have no clue what to expect from ongoing
discussion on C++ interop. Does anyone know?
[1] https://github.com/D-Programming-Language/dmd/pull/3987
Yup, I saw it and this makes me very happy. iOS run-time is still
an issue tho.