2
0
mirror of https://github.com/boostorg/thread.git synced 2026-02-21 03:22:10 +00:00

Thread: Try to fix some spourious error

[SVN r78197]
This commit is contained in:
Vicente J. Botet Escriba
2012-04-25 21:55:07 +00:00
parent 625db78abf
commit f60e1d1230
9 changed files with 95 additions and 10 deletions

View File

@@ -52,6 +52,7 @@ public:
void operator()()
{
BOOST_TEST(alive_ == 1);
std::cout << __FILE__ << ":" << __LINE__ <<" " << n_alive << std::endl;
BOOST_TEST(n_alive == 1);
op_run = true;
}