Why are they calling it RedBlackTree? why not Set?  C++ std::set is a red-black tree as far as I know, but they named it set.

On Fri, Dec 24, 2010 at 1:25 AM, bearophile <bearophileHUGS@lycos.com> wrote:
Andrei:

> Apologies for that. This is a major addition! Walter, I just updated the
> changelog, would you mind updating the website? Thanks, and many thanks
> to Steve who contributed the most complex container yet to std.container!

I suggest to add a RedBlackTree example usage (a little program) in the docs.

Bye,
bearophile