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
699 stars 158 forks source link

Compilation warning in win32 configuration due to down cast #433

Closed stvchester closed 1 year ago

stvchester commented 1 year ago

This is to resolve issue #432

danielaparker commented 1 year ago

Thanks for contributing. Because the master branch has a lot of changes related to propagating stateful allocator support, we'll create a separate patch based on 0.170.2 that includes this change only.