csyonghe / Spire

Other
174 stars 22 forks source link

VS2013 build #52

Closed tangent-vector closed 7 years ago

tangent-vector commented 7 years ago

I seem to recall that we'd gotten this working at some point, but it appears that the concatenated Spire.cpp now doesn't build with VS2013 due to use of constexpr in IsBaseOf and IsConvertible.

I will try to switch these to enums and see if that is the only workaround required.

csyonghe commented 7 years ago

Closing this issue as the code can be built in VS2013 now.