Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Without that my compiller GCC 9.3.0 says: `undefined reference to `void picojson::value::set<double>(double&&)'` when i try set any value like this: ``` picojson::value val(); val.set<double>(5.); ```
- Loading branch information