📝 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:
parent
a0e0579374
commit
504012a3db
217 changed files with 237 additions and 128 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue