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

Thread: merge from trunk for 1.56.

[SVN r86770]
This commit is contained in:
Vicente J. Botet Escriba
2013-11-19 21:58:34 +00:00
81 changed files with 5126 additions and 476 deletions

View File

@@ -21,6 +21,7 @@
#if defined BOOST_THREAD_PROVIDES_FUTURE_CONTINUATION \
&& ! defined BOOST_NO_CXX11_LAMBDAS
int main()
{
const int number_of_tests = 100;
@@ -49,6 +50,7 @@ int main()
}
catch (...)
{
std::cout << " ERRORRRRR exception thrown" << std::endl;
BOOST_THREAD_LOG << " ERRORRRRR exception thrown" << BOOST_THREAD_END_LOG;
return 2;
}