November 10

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.

November 10

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.

👍