This repository has been archived by the owner on Mar 26, 2020. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change Json map/vector conversions to invoke begin() directly (#110)
... instead of using key_type/value_type/mapped_type. Because this could otherwise false-positive on things like std::optional, which has a value_type member type, but is not a container. Fixes #109.
- Loading branch information