Skip to content
Snippets Groups Projects
Commit d2384ced authored by wenqing's avatar wenqing Committed by Dmitri Naumov
Browse files

[SerialExcutor] Fixed a bug in the loop for the element deactivatíon.

parent 705b8ec3
No related branches found
No related tags found
No related merge requests found
...@@ -109,7 +109,8 @@ struct SerialExecutor ...@@ -109,7 +109,8 @@ struct SerialExecutor
for (std::size_t i = 0; i < active_container_ids.size(); i++) for (std::size_t i = 0; i < active_container_ids.size(); i++)
{ {
(object.*method)(i, *container[active_container_ids[i]], (object.*method)(active_container_ids[i],
*container[active_container_ids[i]],
std::forward<Args>(args)...); std::forward<Args>(args)...);
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment