
From: Yoni Lavi <l_yoni@yahoo.com>
I'd like to contribute a C++ class template that implements something similar to java.util.WeakHashMap; it uses boost::intrusive::iunordered_set and boost::pool::fast_pool_allocator internally.
This is the first time I'm looking to get into boost development in general.
<snip>
If anyone's interested, please fill me in on the process of making such a contribution? Thanks.
There are two normal avenues: 1). Try to get it added to an existing library such as unordered, multi_index, and/or ptr_container. In that case I suggest posting a patch that includes tests and documentation to the Boost Trac 2). Try to get it accepted as a separate library. See http://www.boost.org/development/submissions.html HTH, -- Dave Abrahams BoostPro Computing http://www.boostpro.com