1
0
mirror of https://github.com/nlohmann/json.git synced 2025-07-12 09:21:42 +03:00

🚧 bug fixes and more tests

This commit is contained in:
Niels Lohmann
2016-11-28 23:20:03 +01:00
parent bc238124ee
commit ee0f23fdc6
4 changed files with 98 additions and 68 deletions

View File

@ -6490,8 +6490,8 @@ class basic_json
v.push_back(0x3b);
add_to_vector(v, 8, positive_number);
}
break;
}
break;
}
case value_t::number_unsigned: