Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Complete contributor list #3662

Merged
merged 1 commit into from
Aug 3, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1684,6 +1684,15 @@ I deeply appreciate the help of the following people.
- [Krzysiek Karbowiak](https://github.com/kkarbowiak) refactored the tests to use `CHECK_THROWS_WITH_AS`.
- [Chaoqi Zhang](https://github.com/prncoprs) fixed a typo.
- [ivanovmp](https://github.com/ivanovmp) fixed a whitespace error.
- [KsaNL](https://github.com/KsaNL) fixed a build error when including `<windows.h>`.
- [Andrea Pappacoda](https://github.com/Tachi107) moved `.pc` and `.cmake` files to `share` directory.
- [Wolf Vollprecht](https://github.com/wolfv) added the `patch_inplace` function.
- [Jake Zimmerman](https://github.com/jez) highlighted common usage patterns in the README file.
- [NN](https://github.com/NN---) added some VS Code files to `.gitignore`.
- [Romain Reignier](https://github.com/romainreignier) improved the performance the vector output adapter.
- [Mike](https://github.com/Mike-Leo-Smith) fixed the `std::iterator_traits`.
- [Richard Hozák](https://github.com/zxey) added macro `JSON_NO_ENUM` to disable default enum conversions.
- [vakokako](https://github.com/vakokako) fixed tests when compiling with C++20.

Thanks a lot for helping out! Please [let me know](mailto:mail@nlohmann.me) if I forgot someone.

Expand Down