[ox] MSVC fixes

(synced from 1dddf4ad9d)
This commit is contained in:
2022-07-10 21:35:35 -05:00
parent 865910e436
commit c81d137fa9
+5
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);
}