simdb icon indicating copy to clipboard operation
simdb copied to clipboard

compile error

Open wxd237 opened this issue 5 years ago • 1 comments

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

wxd237 avatar Nov 16 '19 14:11 wxd237

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

MohamedLamineAllal avatar Dec 15 '22 09:12 MohamedLamineAllal