Files
tubestation/mfbt/tests
Jon Coppeard 08142458c8 Bug 1976207 - Allow mozilla::BitSet to use atomic storage r=glandium a=RyanVM
This patch relaxes the restriction on BitSet so that it can take
mozilla::Atomic as its storage type.

The Reference assignment operator is changed so that it results in a single
update rather than a separate read and update that would not be atomic when
used with atomic storage.

Tests are added for atomic storage and to exercise the assignment operator.

Differential Revision: https://phabricator.services.mozilla.com/D259230
2025-08-27 12:49:35 +00:00
..