Subject: Re: [boost] Review managers wanted for augmented data structures
From: Stefan Strasser (strasser_at_[hidden])
Date: 2013-04-06 09:37:26


Zitat von Vadim Stadnik <vadimstdk_at_[hidden]>:

> As for just review, I am interested in any helpful comments and suggestions
> concerning advanced data structures.

whichever data structures you'll decide are useful to boost users,
would you please consider implementing them as Boost.Intrusive
containers from the get-go?
Non-Intrusive containers can be implemented very easily in terms of
Intrusive containers, as opposed to the other way around.

Regards