Skip to content

Commit 54a4139

Browse files
committed
cleanup after #191
1 parent ad5d1da commit 54a4139

4 files changed

Lines changed: 800 additions & 422 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ I deeply appreciate the help of the following people.
390390
- [406345](https://github.com/406345) fixed two small warnings.
391391
- [Glen Fernandes](https://github.com/glenfe) noted a potential portability problem in the `has_mapped_type` function.
392392
- [Corbin Hughes](https://github.com/nibroc) fixed some typos in the contribution guidelines.
393-
- [twelsby](https://github.com/twelsby) fixed the array subscript operator and an issue that failed the MSVC build.
393+
- [twelsby](https://github.com/twelsby) fixed the array subscript operator, an issue that failed the MSVC build, and floating-point parsing/dumping.
394394

395395
Thanks a lot for helping out!
396396

@@ -407,7 +407,7 @@ $ make
407407
$ ./json_unit "*"
408408

409409
===============================================================================
410-
All tests passed (3343318 assertions in 29 test cases)
410+
All tests passed (3343329 assertions in 29 test cases)
411411
```
412412

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

0 commit comments

Comments
 (0)