2
0
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:
Roland Schwarz
2006-10-13 16:41:51 +00:00
parent 191c27e856
commit df229074ac
2 changed files with 2 additions and 2 deletions

View File

@@ -378,7 +378,7 @@ void thread_group::join_all()
}
}
int thread_group::size()
int thread_group::size() const
{
return m_threads.size();
}