We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6fc699 commit e341792Copy full SHA for e341792
62_CAD/IndexAllocator.h
@@ -30,7 +30,7 @@ class IndexAllocator : public core::IReferenceCounted
30
{
31
public:
32
inline DeferredFreeFunctor(IndexAllocator* composed, size_type count, const value_type* addresses)
33
- : m_addresses(std::move(core::make_refctd_dynamic_array<core::smart_refctd_dynamic_array<value_type>>(count))),
+ : m_addresses(core::make_refctd_dynamic_array<core::smart_refctd_dynamic_array<value_type>>(count)),
34
m_parent(composed)
35
36
memcpy(m_addresses->data(), addresses, count * sizeof(value_type));
0 commit comments