This allows users to parse json without raising exceptions but still get full exception details. This is very similar to how std::networking and std::filesystem work. In that if the overload with std::error_code& is used then no exceptions are raised. - Removed static create functions from exceptions. Replaced with normal constructor so that it can be created on heap for assignment to std::unique_ptr. - Removed bool allow_exceptions, no longer necessary with the &ex overload. |
||
|---|---|---|
| .. | ||
| data | ||
| reports | ||
| src | ||
| thirdparty | ||
| CMakeLists.txt | ||
| Makefile | ||