iterator_wrapper for const objects (#83)

This commit is contained in:
Niels 2015-12-23 08:21:29 +01:00
parent 00f9296db5
commit 70493a10d1
4 changed files with 431 additions and 56 deletions

View file

@ -398,7 +398,7 @@ $ make
$ ./json_unit "*"
===============================================================================
All tests passed (3341888 assertions in 28 test cases)
All tests passed (3341947 assertions in 28 test cases)
```
For more information, have a look at the file [.travis.yml](https://github.com/nlohmann/json/blob/master/.travis.yml).