mirror of
https://github.com/nlohmann/json.git
synced 2026-02-26 13:26:28 +00:00
♻️ rename internal_binary_t with binary_t
This commit is contained in:
@@ -76,7 +76,7 @@ struct SaxEventLogger : public nlohmann::json_sax<json>
|
||||
return true;
|
||||
}
|
||||
|
||||
bool binary(json::internal_binary_t& val) override
|
||||
bool binary(json::binary_t& val) override
|
||||
{
|
||||
std::string binary_contents = "binary(";
|
||||
std::string comma_space = "";
|
||||
|
||||
Reference in New Issue
Block a user