Import Geant4 11.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2021-12-10 14:46:44 +01:00
committed by Ben Morgan
parent 6399a014b6
commit 80e2389dd8
3932 changed files with 202519 additions and 246221 deletions
+1 -1
View File
@@ -355,7 +355,7 @@ ThreadPool::run_on_this(task_pointer&& _task)
if(m_tbb_tp && m_tbb_task_group)
{
auto _arena = get_task_arena();
_arena->execute([=]() { m_tbb_task_group->run(_func); });
_arena->execute([this, _func]() { this->m_tbb_task_group->run(_func); });
}
else
{