2
0
mirror of https://github.com/boostorg/thread.git synced 2026-01-27 07:22:11 +00:00

Thread: try to fix SIGSEGV on win32 issue #7666.

[SVN r85734]
This commit is contained in:
Vicente J. Botet Escriba
2013-09-17 21:17:02 +00:00
parent fcc027369f
commit 4bc70444a4

View File

@@ -279,12 +279,12 @@ namespace boost
interruption_enabled=false;
#endif
}
// ~externally_launched_thread() {
// BOOST_ASSERT(notify.empty());
// notify.clear();
// BOOST_ASSERT(async_states_.empty());
// async_states_.clear();
// }
~externally_launched_thread() {
BOOST_ASSERT(notify.empty());
notify.clear();
BOOST_ASSERT(async_states_.empty());
async_states_.clear();
}
void run()
{}