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
simdb.hpp: In member function ‘CncrLst::u32 CncrLst::nxt()’:
simdb.hpp:519:54: error: use of deleted function ‘std::atomic<long unsigned int>::atomic(const std::atomic<long unsigned int>&)’
519 | }while( !headCmpEx( &curHead.asInt, nxtHead.asInt) );
| ^
The text was updated successfully, but these errors were encountered:
@wxd237 what platform are you in? I had the same error as you on macOS Xcode14. Seems Linux people too are having the same type of errors as well. I wrote a PR to fix the issues (tested in my platform works great). Can you check with the new Fix?
The text was updated successfully, but these errors were encountered: