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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user