[ox] MSVC fixes

This commit is contained in:
Gary Talent 2022-07-10 21:35:35 -05:00
parent 31e9af032a
commit 1dddf4ad9d

View File

@ -32,6 +32,11 @@ struct TypeInfoCatcher {
this->version = v;
}
template<typename T>
constexpr void setTypeInfo() noexcept {
this->name = T::TypeName;
}
constexpr Error field(...) noexcept {
return OxError(0);
}