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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user