danielaparker / jsoncons

A C++, header-only library for constructing JSON and JSON-like data formats, with JSON Pointer, JSON Patch, JSON Schema, JSONPath, JMESPath, CSV, MessagePack, CBOR, BSON, UBJSON
https://danielaparker.github.io/jsoncons
Other
697 stars 160 forks source link

make cbegin and cend functions const #481

Closed amassalha closed 7 months ago

amassalha commented 7 months ago

Change const iterator functions to const

danielaparker commented 7 months ago

Thanks for contributing!

amassalha commented 7 months ago

@danielaparker welcome are you plannign a release soon? I need to use jsoncons from conan with this fix currently conan has 0.173.2 wihtout the const fix