digitalmars.D - [SAOC 2023] C++ STL INTEROP - WEEKLY UPDATE #8
- Emmanuel Danso Nyarko (8/8) Nov 10 2023 Hello everyone,
- Imperatorn (3/11) Nov 10 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.
Nov 10 2023
On Friday, 10 November 2023 at 22:33:16 UTC, Emmanuel Danso Nyarko wrote: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.👍
Nov 10 2023