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

Emmanuel Danso Nyarko emmankoko519 at gmail.com
Fri Oct 20 20:08:30 UTC 2023


Hello everyone,
Started working through std:vector and I have implemented quite a 
number of bindings for runtime gcc. Bindings for std constructors 
to match the C++ mangling basically for vector(n) constructor was 
giving few issues due to rvalue references default parameter 
passing of allocator which is not supported in D. Despite the 
challenge, I have been able to match the mangling of vector(n) 
constructor and push_back functions and currently under tests so 
I can add more constructors and other functions as well.


More information about the Digitalmars-d mailing list