From be5b5aeaab67a38eee381f9f8260829a955bb4e9 Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Sun, 18 Dec 2022 21:11:12 -0600 Subject: [PATCH] [ox/claw] Remove ambiguous second TypeInfoCatcher::setTypeInfo (synced from 706f5b345a1101f60319fc2b3d0c86bc3081e70f) --- src/ox/claw/write.hpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/ox/claw/write.hpp b/src/ox/claw/write.hpp index a809a319a..b476ecbd9 100644 --- a/src/ox/claw/write.hpp +++ b/src/ox/claw/write.hpp @@ -32,11 +32,6 @@ struct TypeInfoCatcher { this->version = v; } - template - constexpr void setTypeInfo() noexcept { - this->name = T::TypeName; - } - constexpr Error field(...) noexcept { return OxError(0); }