Fixed bug in BronsonAVLTreeMap::extract_min()/extract_max()/clear()
[libcds.git] / change.log
index e2dd7dc47ba20344589ea909f1f6f4144b5efbd6..12d91f71c34f5cd39f33b61fa07496651d7f0654 100644 (file)
@@ -13,6 +13,7 @@
       External API of gc::DHP class is changed: now only initial count 
       of hazard pointers can be specified in the constructor. Like new gc::HP,
       the new gc::DHP supports an external allocator.
+    - Fixed a bug in BronsonAVLTreeMap::extract_min()/extract_max()/clear().
     - Added more flat-combining queue tests, thanks to Marsel Galimullin.
     - Changed cmake scripts to support MacOS and ARMv7/ARMv8 (64 bit),
       thanks to Michail Komarov (https://github.com/Nemo1369)