martinmoene / span-lite

span lite - A C++20-like span for C++98, C++11 and later in a single-file header-only library
Boost Software License 1.0
495 stars 40 forks source link

Avoid std::equal volatile comparisons for libc++ (#44) #52

Closed wkennington closed 4 years ago

martinmoene commented 4 years ago

Thanks @wkennington for providing this PR