leapmotion / autowiring

A C++ Inversion of Control Framework
http://autowiring.io/
Apache License 2.0
148 stars 17 forks source link

Update to latest json11 with patches #1025

Closed gittyupagain closed 6 years ago

gittyupagain commented 6 years ago

To resolve issues with Clang and the version of the json11 library included in the contrib directory, update to https://github.com/dropbox/json11/commit/ec4e45219af1d7cde3d58b49ed762376fccf1ace, plus a Windows-specific patch that was applied to the previous version.

jdonald commented 6 years ago

Confirmed AutoNet still works as far as I can tell.

jdonald commented 6 years ago

I just discovered the hard way: this doesn't compile on Visual Studio 2013.