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

Thread: Add a loop to catch more quickly the multiple bugs on boost::future experimental features and see which tester are failing.

[SVN r86444]
This commit is contained in:
Vicente J. Botet Escriba
2013-10-26 11:22:14 +00:00
parent 51aff0fb00
commit f51e8c812a
5 changed files with 90 additions and 46 deletions

View File

@@ -24,6 +24,7 @@ int main()
{
BOOST_THREAD_LOG << "<MAIN" << BOOST_THREAD_END_LOG;
for (int i=0; i< 10; i++)
try
{
{