forked from boostorg/exception
Fixed multi-thread bug introduced by the previous change to copy_exception.
This commit is contained in:
@ -110,7 +110,7 @@ void
|
||||
thread_test()
|
||||
{
|
||||
boost::thread_group grp;
|
||||
for( int i=0; i!=50; ++i )
|
||||
for( int i=0; i!=100; ++i )
|
||||
grp.create_thread(&consume);
|
||||
grp.join_all ();
|
||||
}
|
||||
|
Reference in New Issue
Block a user