Fix some compiling problems on OSX

and enable osx builds on travis
This commit is contained in:
Danila Malyutin
2015-08-17 18:14:29 +03:00
committed by Nekotekina
parent e8088d1216
commit 009370f73c
6 changed files with 79 additions and 38 deletions
+1 -1
View File
@@ -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)
{