提交 80cdecaa 编写于 作者: N Niels

fixed a cppcheck warning

上级 d80bbffc
......@@ -5501,7 +5501,7 @@ class basic_json
}
/// inequality operator (needed for range-based for)
bool operator!= (const iteration_proxy_internal& o)
bool operator!= (const iteration_proxy_internal& o) const
{
return anchor != o.anchor;
}
......
......@@ -5501,7 +5501,7 @@ class basic_json
}
/// inequality operator (needed for range-based for)
bool operator!= (const iteration_proxy_internal& o)
bool operator!= (const iteration_proxy_internal& o) const
{
return anchor != o.anchor;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册