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.
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
inIsBaseOf
andIsConvertible
.I will try to switch these to
enum
s and see if that is the only workaround required.