1
0
mirror of https://github.com/nlohmann/json.git synced 2025-07-22 15:21:52 +03:00

release 2.0.3

This commit is contained in:
Niels
2016-08-31 21:27:23 +02:00
parent 776880bc49
commit df9fd6237e
45 changed files with 61 additions and 41 deletions

View File

@ -1,7 +1,7 @@
/*
__ _____ _____ _____
__| | __| | | | JSON for Modern C++ (test suite)
| | |__ | | | | | | version 2.0.2
| | |__ | | | | | | version 2.0.3
|_____|_____|_____|_|___| https://github.com/nlohmann/json
Licensed under the MIT License <http://opensource.org/licenses/MIT>.
@ -150,7 +150,7 @@ TEST_CASE("deserialization")
SECTION("from chars")
{
uint8_t *v = new uint8_t[5];
uint8_t* v = new uint8_t[5];
v[0] = 't';
v[1] = 'r';
v[2] = 'u';