
24 Aug
2009
24 Aug
'09
4:53 p.m.
Making flat_xxx a template adaptor (like stack or similar) and using stable_vector as the underlying type would make flat_stable_vector a replacement for std::map.
Best,
Ion
Making it a template adaptor is interesting, but using stable_vector would make it no longer 'flat'. Of course using statefull allocators ie a statefull 'flat' allocator might make everything work... Tony