Skip to content

Commit

Permalink
Make lib exception-less
Browse files Browse the repository at this point in the history
  • Loading branch information
makuke1234 committed Jun 3, 2022
1 parent cb35814 commit 8b3e41c
Show file tree
Hide file tree
Showing 3 changed files with 96 additions and 92 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ease of use and full compliance with JSON standard.

The C++ version of this library is a single-include header file, C++11 compliant, yet
again relying on KISS principle. This time I decided not to use custom exceptions,
also, the linter part of it is almost exception-free.
also, the linter part of it is exception-free.


# Obtaining
Expand All @@ -35,6 +35,8 @@ If you want you can compile the library yourself, just use the `makefile` provid

# Changelog

* 2.0
* Make C++ version of the library expection-less
* 1.9
* Improve usability of C++ version
* 1.8.2
Expand Down
Loading

0 comments on commit 8b3e41c

Please sign in to comment.