by danielosmari
This is a fully STL-compliant C++ map/set/multimap/multiset implementation for g++ using an AVL tree instead of a Red-Black tree (that is present in current libstdc++).
danielosmari committed patchset 15 of module stlavlmap to the STL AVL map/set library CVS repository, changing 19 files
* Updated license to GPLv3. * Updated code to match GCC 4.3.1.
danielosmari committed patchset 14 of module stlavlmap to the STL AVL map/set library CVS repository, changing 4 files
danielosmari committed patchset 13 of module stlavlmap to the STL AVL map/set library CVS repository, changing 1 files
danielosmari committed patchset 12 of module stlavlmap to the STL AVL map/set library CVS repository, changing 1 files
danielosmari committed patchset 11 of module stlavlmap to the STL AVL map/set library CVS repository, changing 7 files
danielosmari committed patchset 10 of module stlavlmap to the STL AVL map/set library CVS repository, changing 1 files
danielosmari committed patchset 9 of module stlavlmap to the STL AVL map/set library CVS repository, changing 5 files
danielosmari committed patchset 8 of module stlavlmap to the STL AVL map/set library CVS repository, changing 18 files
* Updated with g++ 4.1.1 * Added a consistency check debug function (.__avl_verify())
Copyright © 2009 SourceForge, Inc. All rights reserved. Terms of Use