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
Boost is not required dependency anymore since PR #2503 . But it is a optional dependency if std::atomic_ref is not available (e.g for libc++ < 19). Therefore we cannot simply remove boost from the CI. We have to modify it.