Fixed rare priority inversion bug in MSPriorityQueue
authorkhizmax <libcds.dev@gmail.com>
Mon, 1 Aug 2016 06:14:50 +0000 (09:14 +0300)
committerkhizmax <libcds.dev@gmail.com>
Mon, 1 Aug 2016 06:14:50 +0000 (09:14 +0300)
commitc12c4c5845f831ccbb3a3bc97e3e12cb53ce62de
tree0bbea3b8749771d711bdf0f5dbe05b9965d7bb16
parent2bfc7c1c9a7b1f901fa4493c6eae781944b7598c
Fixed rare priority inversion bug in MSPriorityQueue

Revert "fixed potential buffer overflow"
This reverts commit df51f37347c12f42f142dc23858d6bd3cb60c84c.
cds/details/bit_reverse_counter.h
cds/intrusive/mspriority_queue.h
test/stress/pqueue/pop.cpp
test/stress/pqueue/pqueue_type.h
test/stress/pqueue/push.cpp
test/stress/pqueue/push_pop.cpp
test/unit/misc/bitop.cpp