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

Merge minor changes from main branch.

[SVN r22319]
This commit is contained in:
Michael Glassford
2004-02-19 01:00:42 +00:00
parent 0804944002
commit e03f0ed008
3 changed files with 8 additions and 8 deletions

View File

@@ -19,7 +19,7 @@
namespace {
const int ITERS = 100;
boost::mutex io_mutex;
}
} // namespace
template <typename M>
class buffer_t