Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compile error #4

Open
wxd237 opened this issue Nov 16, 2019 · 1 comment
Open

compile error #4

wxd237 opened this issue Nov 16, 2019 · 1 comment

Comments

@wxd237
Copy link

wxd237 commented Nov 16, 2019

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) );
      |                                                      ^

@MohamedLamineAllal
Copy link

MohamedLamineAllal commented Dec 15, 2022

@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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants