[ox] MSVC fixes
This commit is contained in:
parent
31e9af032a
commit
1dddf4ad9d
5
deps/ox/src/ox/claw/write.hpp
vendored
5
deps/ox/src/ox/claw/write.hpp
vendored
@ -32,6 +32,11 @@ struct TypeInfoCatcher {
|
|||||||
this->version = v;
|
this->version = v;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
template<typename T>
|
||||||
|
constexpr void setTypeInfo() noexcept {
|
||||||
|
this->name = T::TypeName;
|
||||||
|
}
|
||||||
|
|
||||||
constexpr Error field(...) noexcept {
|
constexpr Error field(...) noexcept {
|
||||||
return OxError(0);
|
return OxError(0);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user