Fixed bug in BronsonAVLTreeMap::extract_min()/extract_max()/clear()
authorkhizmax <libcds.dev@gmail.com>
Mon, 6 Feb 2017 18:54:57 +0000 (21:54 +0300)
committerkhizmax <libcds.dev@gmail.com>
Mon, 6 Feb 2017 18:54:57 +0000 (21:54 +0300)
commitb7a65e0dcd4cf9b7a05ab43fe492318510fffc90
tree26bef364741c4439277af9d17f63f7a4314a225b
parentab6c1cbb8e004cd509e2156e883ff067276ad06f
Fixed bug in BronsonAVLTreeMap::extract_min()/extract_max()/clear()
Added map-minmax stress test
17 files changed:
change.log
projects/Win/vc14/cds.sln
projects/Win/vc14/stress-map-minmax.vcxproj [new file with mode: 0644]
test/stress/data/test-debug.conf
test/stress/data/test-express-x86.conf
test/stress/data/test-express.conf
test/stress/data/test.conf
test/stress/map/CMakeLists.txt
test/stress/map/map_type_bronson_avltree.h
test/stress/map/map_type_ellen_bintree.h
test/stress/map/map_type_skip_list.h
test/stress/map/minmax/CMakeLists.txt [new file with mode: 0644]
test/stress/map/minmax/map_minmax.cpp [new file with mode: 0644]
test/stress/map/minmax/map_minmax.h [new file with mode: 0644]
test/stress/map/minmax/map_minmax_bronsonavltree.cpp [new file with mode: 0644]
test/stress/map/minmax/map_minmax_ellentree.cpp [new file with mode: 0644]
test/stress/map/minmax/map_minmax_skip.cpp [new file with mode: 0644]