This is a fully STL-compliant C++ map/set/multimap/multiset implementation for g++. It uses an AVL tree instead of a Red-Black tree. It currently works only with g++ 3.4.
| Tags | Software Development Libraries |
|---|---|
| Licenses | GPL |
| Operating Systems | OS Independent |
| Implementation | C++ |