mirror of
https://github.com/nlohmann/json.git
synced 2026-05-21 13:45:33 +00:00
Merge branch 'develop' of https://github.com/nlohmann/json into issue2286
Conflicts: single_include/nlohmann/json.hpp
This commit is contained in:
@@ -2334,7 +2334,7 @@ class binary_reader
|
||||
success = false;
|
||||
break;
|
||||
}
|
||||
result.push_back(std::char_traits<char_type>::to_char_type(current));
|
||||
result.push_back(static_cast<typename string_t::value_type>(current));
|
||||
};
|
||||
return success;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user