[*] remove vtbl (ExtendStlLikeSharedPtr)

This commit is contained in:
Reece Wilson 2022-03-09 01:55:48 +00:00
parent 01647d3a0d
commit a7d0e0a261

View File

@ -28,7 +28,10 @@ namespace Aurora::Memory
}
template<class TType_t, class Base_t>
struct ExSharedPtr : public Base_t, _detail::IPtrGet
struct ExSharedPtr : public Base_t
#if !defined(_AURORA_NULLEXPT_ENABLE_UB) && !defined(_AURORA_NULLEXPT_BRANCH)
, _detail::IPtrGet
#endif
{
using element_type = Base_t::element_type;
using weak_type = Base_t::weak_type;