mirror of
https://github.com/boostorg/atomic.git
synced 2026-02-03 08:42:08 +00:00
Added implementation of atomic ops with gcc __atomic intrinsics. Implemented the unified atomic interface. Extracted atomic_flag to a separate header. atomic_flag now follows standard requirements for static initialization, if possible.