jorgen / json_struct

json_struct is a single header only C++ library for parsing JSON directly to C++ structs and vice versa
Other
422 stars 57 forks source link

Resolved warnings on MSVC #32

Closed noodlecollie closed 2 years ago

noodlecollie commented 2 years ago

This PR fixes a couple of warnings I came across:

noodlecollie commented 2 years ago

Damn, it seems MSVC and GCC treat the if constexpr syntax differently, that's helpful 🙃 Will fix.

jorgen commented 2 years ago

Hi, slightly altered your pull request and pushed two commits: deb0e22617afdaba26e6105d1251f2b4aeb6d541 and 4f6d60c1c90aa55110c46342487d64615790ce8a. Thank you for the contribuition, I really apreciate it.