mirror of
https://github.com/nlohmann/json.git
synced 2025-07-06 06:42:33 +03:00
♻️ rename internal_binary_t with binary_t
This commit is contained in:
@ -79,7 +79,7 @@ class sax_event_consumer : public json::json_sax_t
|
||||
return true;
|
||||
}
|
||||
|
||||
bool binary(binary_t& val) override
|
||||
bool binary(json::binary_t& val) override
|
||||
{
|
||||
events.push_back("binary");
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user