Patch empty() method for MSVC v140_clang_c2
std::atomic<T>::operator== is not standard and MSVC v140_clang_c2 can't always resolve cast to T. In such cases, we cannot explicitly compare head_ == tail_, instead we have to compare load() results.
Showing
Please register or sign in to comment