Skip to content
This repository has been archived by the owner on Mar 26, 2020. It is now read-only.

Tags: dropbox/json11

Tags

v1.0.0

Toggle v1.0.0's commit message
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.