Skip to content

Tags: szolotykh/json11

Tags

v1.0.0

Toggle v1.0.0's commit message
Change Json map/vector conversions to invoke begin() directly (dropbo…

…x#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 dropbox#109.