Boost logo

Boost :

From: Achilleas Margaritis (axilmar_at_[hidden])
Date: 2007-09-18 02:01:06


Johan Råde wrote:
> Achilleas Margaritis wrote:
>> Dear boost developers,
>>
>> You can find a new version of my portable precise C++ garbage collector
>> in vault/memory.
>>
>> Is any one interested?
>>
>> Can I submit my library to be part of boost?
>>
>> Achilleas Margaritis
>>
>> _______________________________________________
>> Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
>>
>
> This looks very interesting.
>
> A garbage collected weak pointer would be a nice feature.
>
> --Johan Råde

It's quite possible to do weak pointers with the algorithm I use. All it
takes is a second pointer bit map for weak pointers.

I think weak pointers is necessary tool. I 'll put a note down in the
todo list.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk