lockless.h: Fox

This commit is contained in:
Elad 2024-11-18 17:43:05 +02:00 committed by GitHub
parent e38b6cd391
commit df2f7e5ebc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -45,7 +45,7 @@ public:
break;
}
lf_array* next = m_next;
lf_array* next = _this->m_next;
if (!next)
{
@ -99,7 +99,7 @@ public:
}
}
lf_array* next = m_next;
lf_array* next = _this->m_next;
if constexpr (!std::is_void_v<return_t>)
{