mirror of
https://github.com/boostorg/atomic.git
synced 2026-02-02 20:32:09 +00:00
This simplifies the code slightly without changing semantics. static_cast was already used in atomic constructor in order to make it constexpr, and this commit makes the rest of the code consistent.