tgockel / json-voorhees

A killer modern C++ library for interacting with JSON.
http://tgockel.github.io/json-voorhees/
Apache License 2.0
128 stars 18 forks source link

serialization: Cover odd integer types in `formats::coerce`. #118

Closed tgockel closed 6 years ago

tgockel commented 6 years ago

This also removes the annoying bit of #ifdef logic to detect OSX and Windows. Now, we always attempt to register and rely on duplicate_type_action::ignore to silently ignore.

Issue #116