You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<atomic>: With _STD_ATOMIC_ALWAYS_USE_CMPXCHG16B defined to 1, atomic_ref<16 bytes> does not report is_lock_free and is_always_lock_free correctly #4472
With _STD_ATOMIC_ALWAYS_USE_CMPXCHG16B defined to 1 on x64, atomic_ref<16 bytes> reports is_lock_free and is_always_lock_free as both false. It should be both true.