1
0
mirror of https://github.com/nlohmann/json.git synced 2025-07-28 12:02:00 +03:00

🚨 fix warnings

This commit is contained in:
Niels Lohmann
2020-12-26 14:55:19 +01:00
parent f78d456075
commit f15d447522
3 changed files with 3 additions and 3 deletions

View File

@ -10065,7 +10065,7 @@ class binary_reader
break;
}
result.push_back(static_cast<typename string_t::value_type>(current));
};
}
return success;
}