Fix some compiling problems on OSX
and enable osx builds on travis
This commit is contained in:
committed by
Nekotekina
parent
e8088d1216
commit
009370f73c
@@ -1234,7 +1234,7 @@ thread_t::thread_t(std::function<std::string()> name, std::function<void()> func
|
||||
start(std::move(name), func);
|
||||
}
|
||||
|
||||
thread_t::~thread_t() noexcept(false)
|
||||
thread_t::~thread_t() //noexcept(false)
|
||||
{
|
||||
if (m_thread)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user