CMemPool::Handle needs to be allowed, whoops

This commit is contained in:
TurtleP 2022-12-29 12:34:27 -05:00
parent 1ba7ee701c
commit 3ac5334657

View File

@ -74,8 +74,6 @@ public:
constexpr bool operator==(Handle const& rhs) const { return m_slice == rhs.m_slice; }
constexpr bool operator!=(Handle const& rhs) const { return m_slice != rhs.m_slice; }
Handle(const Handle&) = delete;
void destroy()
{
if (m_slice)