mirror of
https://github.com/nlohmann/json.git
synced 2026-07-21 19:23:03 +04:00
🚩 use JSON_ASSERT(x) instead of assert(x)
This commit is contained in:
@@ -74,7 +74,7 @@ template <typename IteratorType> class iteration_proxy_value
|
||||
/// return key of the iterator
|
||||
const string_type& key() const
|
||||
{
|
||||
assert(anchor.m_object != nullptr);
|
||||
JSON_ASSERT(anchor.m_object != nullptr);
|
||||
|
||||
switch (anchor.m_object->type())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user