diff --git a/README.md b/README.md index 684161d59468c6de632d45cb08e0036b27ec69d1..c400ade16905d649b281af9ecc6e06862ed1f3e2 100644 --- a/README.md +++ b/README.md @@ -915,6 +915,7 @@ I deeply appreciate the help of the following people. - [Jorrit Wronski](https://github.com/jowr) updated the Hunter package links. - [Matthias Möller](https://github.com/TinyTinni) added a `.natvis` for the MSVC debug view. - [bogemic](https://github.com/bogemic) fixed some C++17 deprecation warnings. +- [Eren Okka](https://github.com/erengy) fixed some MSVC warnings. Thanks a lot for helping out! Please [let me know](mailto:mail@nlohmann.me) if I forgot someone. @@ -977,7 +978,7 @@ $ mkdir build $ cd build $ cmake .. $ cmake --build . -$ ctest +$ ctest --output-on-failure ``` For more information, have a look at the file [.travis.yml](https://github.com/nlohmann/json/blob/master/.travis.yml). diff --git a/doc/avatars.png b/doc/avatars.png index b416a2854c9485ea1afa5204e8599075d1595bb6..45513172998a55108961d31070ffd0820c7e7bc3 100644 Binary files a/doc/avatars.png and b/doc/avatars.png differ