diff --git a/Framework/Core/include/Framework/ASoA.h b/Framework/Core/include/Framework/ASoA.h index 001881f710426..e7fc8fddd5a9d 100644 --- a/Framework/Core/include/Framework/ASoA.h +++ b/Framework/Core/include/Framework/ASoA.h @@ -1160,9 +1160,10 @@ struct TableIterator : IP, C... { template void bindExternalIndices(TA*... current) { - ([this](framework::pack, TT* t){ + ([this](framework::pack, TT* t) { (doSetCurrentIndexImpl(t), ...); - }(framework::pack{}, current), ...); + }(framework::pack{}, current), + ...); } void bindExternalIndicesRaw(std::vector&& bindings)