2
0
mirror of https://github.com/boostorg/thread.git synced 2026-01-29 20:12:10 +00:00

Removed warning messages

[SVN r17091]
This commit is contained in:
William E. Kempf
2003-01-30 16:42:39 +00:00
parent 244cfd3f01
commit 949b332337
3 changed files with 111 additions and 218 deletions

View File

@@ -688,7 +688,7 @@ thread::thread(const thread& other)
thread::~thread()
{
if (m_handle && static_cast<thread_data*>(m_handle)->release())
delete m_handle;
delete static_cast<thread_data*>(m_handle);
}
thread& thread::operator=(const thread& other)