🔨 fixed an error in MSVC

parent 3d589fd0
......@@ -4333,7 +4333,7 @@ template<typename IteratorType> class iteration_proxy
}
/// 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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment