mirror of
https://github.com/microsoft/GSL.git
synced 2024-11-25 09:11:58 -05:00
Update include/gsl/span
Co-Authored-By: Casey Carter <cartec69@gmail.com>
This commit is contained in:
parent
49e7ed1ebf
commit
4ec7058b56
@ -263,7 +263,7 @@ namespace details
|
||||
std::enable_if_t<std::is_same<std::remove_cv_t<Type2>, value_type>::value, int> = 0>
|
||||
constexpr bool operator>(const span_iterator<Type2>& rhs) const noexcept
|
||||
{
|
||||
return !(*this < rhs);
|
||||
return rhs < *this;
|
||||
}
|
||||
|
||||
template <
|
||||
|
Loading…
Reference in New Issue
Block a user