Skip to content

Commit 6c618f3

Browse files
authored
Merge pull request #87 from alibuild/alibot-cleanup-13915
2 parents afbdc21 + b471c20 commit 6c618f3

File tree

1 file changed

+3
-2
lines changed
  • Framework/Core/include/Framework

1 file changed

+3
-2
lines changed

Framework/Core/include/Framework/ASoA.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1160,9 +1160,10 @@ struct TableIterator : IP, C... {
11601160
template <typename... TA>
11611161
void bindExternalIndices(TA*... current)
11621162
{
1163-
([this]<typename... Cs, typename TT>(framework::pack<Cs...>, TT* t){
1163+
([this]<typename... Cs, typename TT>(framework::pack<Cs...>, TT* t) {
11641164
(doSetCurrentIndexImpl<Cs>(t), ...);
1165-
}(framework::pack<C...>{}, current), ...);
1165+
}(framework::pack<C...>{}, current),
1166+
...);
11661167
}
11671168

11681169
void bindExternalIndicesRaw(std::vector<o2::soa::Binding>&& bindings)

0 commit comments

Comments
 (0)