Mentions légales du service

Skip to content

Fix and explain AtomicBitSet.compare_lsb

BOUR Frederic requested to merge fbour/menhir:fix-compare-lsb into master

AtomicBitSet.compare_lsb was incorrect when one of the argument was min_int (which has only the most significant bit set, representing the singleton with the highest element).

The patch corrects this case.

Edited by BOUR Frederic

Merge request reports