[ox/claw] Remove ambiguous second TypeInfoCatcher::setTypeInfo

This commit is contained in:
Gary Talent 2022-12-18 21:11:12 -06:00
parent 22a7ff74ce
commit 706f5b345a

View File

@ -32,11 +32,6 @@ 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);
} }