[SAOC 2023] C++ STL INTEROP - WEEKLY UPDATE #8

Emmanuel Danso Nyarko emmankoko519 at gmail.com
Fri Nov 10 22:33:16 UTC 2023


Hello everyone,

Started working on std list binding targetting gcc runtime. It 
was very interesting matching the nodes and also keeping track of 
the size as the post- C++ 11 standard defines, and also bindings 
were written for pre-c++11 which doesn't keep track of the size. 
And so both ABIs can use list. Currently undergoing testing to 
make sure they work flawlessly!

Thanks.


More information about the Digitalmars-d mailing list