Bugfix
This commit is contained in:
@@ -1212,7 +1212,7 @@ thread_t::thread_t(std::function<std::string()> name, std::function<void()> func
|
||||
start(std::move(name), func);
|
||||
}
|
||||
|
||||
thread_t::~thread_t()
|
||||
thread_t::~thread_t() noexcept(false)
|
||||
{
|
||||
if (m_thread)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user