darkautism / lfqueue

Minimize lock-free queue ever!
Do What The F*ck You Want To Public License
131 stars 27 forks source link

volatile int is_freeing is not compatible with _WIN64 bit __CAS #8

Open femady opened 6 years ago

femady commented 6 years ago

volatile int is_freeing is not compatible with _WIN64 bit __CAS, please kindly change to int64_t?

darkautism commented 6 years ago

Which compiler and OS has this problem?

femady commented 6 years ago

VS2017 64bit built, I change to int64_t , then working fine