
18 Jan
2013
18 Jan
'13
9:22 p.m.
El 18/01/2013 20:27, Vadim Stadnik escribió:
Unlike, basic data structures, the augmented data structures can efficiently support both copy and move semantics. This is why I also wonder why Boost.Intrusive only?
Maybe because Boost.Intrusive algorithms don't require a concrete data-structure, so anyone could write its own container (even multi-index one) using Boost.Intrusive utilities. As Boost.Container is based on Boost.Intrusive creating non-intrusive augmented trees would be quite easy. Best, Ion