Closed Quincunx271 closed 6 years ago
It's setup with AppVeyor for testing with 2013, 2015 and 2017. I wonder if this is a recent change in 2017. Could you make a pull request?
It may be a recent VS 2017 change, or maybe it's because of the /permissive-
flag I'm passing to MSVC.
I'll go ahead and make a PR
Ah yeah, that's probably it.
Mustache uses
std::isspace
, which lives in thecctype
header (well, it usesisspace
but should probably usestd::isspace
). This#include
is missing, which means that Mustache fails to build on Visual Studio 2017.