mirror of
https://github.com/nlohmann/json.git
synced 2026-02-18 17:36:26 +00:00
Fix CI, again (#4083)
This commit is contained in:
@@ -28,7 +28,6 @@ int main()
|
||||
json j_complete = json::parse(text);
|
||||
std::cout << std::setw(4) << j_complete << "\n\n";
|
||||
|
||||
|
||||
// define parser callback
|
||||
json::parser_callback_t cb = [](int depth, json::parse_event_t event, json & parsed)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user