mirror of
https://github.com/boostorg/atomic.git
synced 2026-02-02 08:22:08 +00:00
Forced inline is mostly used to ensure the compiler is able to treat memory order arguments as constants. It is also useful for constant propagation on other arguments. This is not very useful for the emulated backend, so we might as well allow the compiler to not inline the functions.