Skip to content

Commit

Permalink
cleanup after #191
Browse files Browse the repository at this point in the history
  • Loading branch information
nlohmann committed Jan 24, 2016
1 parent ad5d1da commit 54a4139
Show file tree
Hide file tree
Showing 4 changed files with 800 additions and 422 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ I deeply appreciate the help of the following people.
- [406345](https://github.com/406345) fixed two small warnings.
- [Glen Fernandes](https://github.com/glenfe) noted a potential portability problem in the `has_mapped_type` function.
- [Corbin Hughes](https://github.com/nibroc) fixed some typos in the contribution guidelines.
- [twelsby](https://github.com/twelsby) fixed the array subscript operator and an issue that failed the MSVC build.
- [twelsby](https://github.com/twelsby) fixed the array subscript operator, an issue that failed the MSVC build, and floating-point parsing/dumping.

Thanks a lot for helping out!

Expand All @@ -407,7 +407,7 @@ $ make
$ ./json_unit "*"

===============================================================================
All tests passed (3343318 assertions in 29 test cases)
All tests passed (3343329 assertions in 29 test cases)
```

For more information, have a look at the file [.travis.yml](https://github.com/nlohmann/json/blob/master/.travis.yml).
Loading

0 comments on commit 54a4139

Please sign in to comment.