dlang / project-ideas

Collection of impactful projects in the D ecosystem
36 stars 12 forks source link

Interface with C++ STL containers #55

Closed SSoulaimane closed 8 months ago

SSoulaimane commented 5 years ago

Advance the ongoing effort to make C++ STL containers usable from D. The project seed is here https://github.com/dlang-cpp-interop/stl-containers.

What are rough milestones of this project?

RazvanN7 commented 4 years ago

@SSoulaimane I think it would be really helpful to post the progress you've made on this page, so that whoever picks up work has a good starting point.

mdparker commented 8 months ago

There was a successful SAOC 2023 project to enhance STL container support in the stdcpp repo. Move semantics is on Walter's radar in the form of DIP 1048 and other work. I don't know what the state of the mangling issues is, or even which issues the description refers to. At any rate, the project as described is no longer valid. If more STL support is needed, someone should open a new issue with the details.