billyquith / ponder

C++ reflection library with Lua binding, and JSON and XML serialisation.
http://billyquith.github.io/ponder/
Other
633 stars 92 forks source link

Support MS VS2017 #88

Closed billyquith closed 5 years ago

billyquith commented 6 years ago

VC2017 has better support for C++14 and partial support for C++17.

Some work needs to be done to Ponder. Previously had problems with VC pre-2015-up3 as many bugs or unsupported C++11 features.

http://en.cppreference.com/w/cpp/compiler_support

billyquith commented 6 years ago

Support added in dev branch.