📝 cleanup after #650

As <iostream> is not included in json.hpp any more, all code examples need to include <iostream> now.
This commit is contained in:
Niels Lohmann 2017-07-09 11:51:38 +02:00
parent a0e0579374
commit 504012a3db
No known key found for this signature in database
GPG key ID: 7F3CEA63AE251B69
217 changed files with 237 additions and 128 deletions

View file

@ -849,6 +849,7 @@ I deeply appreciate the help of the following people.
- [Steffen](https://github.com/koemeet) fixed a potential issue with MSVC and `std::min`.
- [Mike Tzou](https://github.com/Chocobo1) fixed some typos.
- [amrcode](https://github.com/amrcode) noted a missleading documentation about comparison of floats.
- [Oleg Endo](https://github.com/olegendo) reduced the memory consumption by replacing `<iostream>` with `<iosfwd>`
Thanks a lot for helping out! Please [let me know](mailto:mail@nlohmann.me) if I forgot someone.