mirror of
https://github.com/nlohmann/json.git
synced 2026-03-24 09:52:45 +00:00
🚨 fix warnings
This commit is contained in:
@@ -2340,7 +2340,7 @@ class binary_reader
|
||||
break;
|
||||
}
|
||||
result.push_back(static_cast<typename string_t::value_type>(current));
|
||||
};
|
||||
}
|
||||
return success;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user