mirror of
https://github.com/boostorg/thread.git
synced 2026-02-09 11:32:12 +00:00
Made size() a constant member function.
[SVN r35589]
This commit is contained in:
@@ -378,7 +378,7 @@ void thread_group::join_all()
|
||||
}
|
||||
}
|
||||
|
||||
int thread_group::size()
|
||||
int thread_group::size() const
|
||||
{
|
||||
return m_threads.size();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user