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
Using the std::atomic_* function instead causes a compiler warning at least on MSVC for C++ 20.
Theoretically one could choose which ASP to use based on compiler support. I don't know the right #ifdefs to check off the top of my head but I'm sure they exist!
The text was updated successfully, but these errors were encountered:
std::atomic
has been specialized forstd::shared_ptr
in C++20.Using the
std::atomic_*
function instead causes a compiler warning at least on MSVC for C++ 20.Theoretically one could choose which ASP to use based on compiler support. I don't know the right
#ifdef
s to check off the top of my head but I'm sure they exist!The text was updated successfully, but these errors were encountered: