mirror of
https://github.com/nlohmann/json.git
synced 2026-03-11 11:41:27 +00: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