mirror of
https://github.com/nlohmann/json.git
synced 2026-07-29 15:13:04 +04: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