simdb
simdb copied to clipboard
compile error
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 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?