mirror of
https://github.com/boostorg/thread.git
synced 2026-02-13 12:52:11 +00:00
[SVN r77718]
This commit is contained in:
@@ -271,11 +271,6 @@ namespace boost
|
||||
|
||||
}
|
||||
|
||||
thread::~thread()
|
||||
{
|
||||
detach();
|
||||
}
|
||||
|
||||
thread::id thread::get_id() const BOOST_NOEXCEPT
|
||||
{
|
||||
return thread::id((get_thread_info)());
|
||||
|
||||
Reference in New Issue
Block a user