
10 Jul
2009
10 Jul
'09
1:40 p.m.
Frank Mori Hess wrote:
And also I imagine generalized_shared could be implemented by copying the entire shared_ptr codebase and then making only minor changes.
shared_count can already take an arbitrary P/D pair, so you only need to copy shared_ptr itself, not the rest of the codebase.