www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - [SAOC 2023] C++ STL INTEROP - WEEKLY UPDATE #9

Hi everyone,

Continuing my work on list, I have been looking through libc++ 
implementation of list to see if I could easily pass the node 
pointers around on the D side to sometimes reduce the workload on 
the linker.

But I have been able to bind some constructors and some few 
functions which will possibly be tested.
Hope to add more.

Thanks.
Nov 17 2023