🔨 fixed an error in MSVC
This commit is contained in:
parent
3d589fd032
commit
669ebf51bc
1 changed files with 1 additions and 1 deletions
|
@ -4333,7 +4333,7 @@ template<typename IteratorType> class iteration_proxy
|
||||||
}
|
}
|
||||||
|
|
||||||
/// inequality operator (needed for range-based for)
|
/// inequality operator (needed for range-based for)
|
||||||
constexpr bool operator!=(const iteration_proxy_internal& o) const
|
bool operator!=(const iteration_proxy_internal& o) const noexcept
|
||||||
{
|
{
|
||||||
return anchor != o.anchor;
|
return anchor != o.anchor;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue