Closed gboor closed 8 years ago
Thanks for this! It looks like the build failed on Linux with the typeinfo
removal.
Can you try fixing that by only skipping it on Windows?
#ifndef _MSC_VER
#include <typeinfo>
#endif
Should be fixed now
I see the test is still failing, but it appears this is because of some coffeescript error?
✨
Added and removed some headers to make this build on Windows 10 with VS 2015.