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

Emmanuel Danso Nyarko emmankoko519 at gmail.com
Fri Oct 13 20:16:53 UTC 2023


Hello everyone,

Been an exciting first month of SAOC.
I began reviewing std:vector and trying to understand the already 
written bindings to identify possible reasons of problems and 
solutions to them.

I have been able to add bindings for some modifiers and capacity 
member functions like size, capacity, emblace_back, reserve, and 
currently seeing how best I can get the constructors working for 
std:vector for Linux users on Cppruntime Gcc. Hoping to them get 
them well tested before release.

A few mangling issues that might be encountered for some 
functions due to parameters that are passed to them(like insert) 
but hoping to find the best solutions to them.



More information about the Digitalmars-d mailing list