mirror of
https://github.com/nlohmann/json.git
synced 2025-07-28 12:02:00 +03:00
🔨 fixed an error in MSVC
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user