We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 927cde4 commit ec2c192Copy full SHA for ec2c192
Framework/Core/include/Framework/ASoA.h
@@ -1045,7 +1045,8 @@ struct TableIterator : IP, C... {
1045
bind();
1046
}
1047
1048
- TableIterator(arrow::ChunkedArray* columnData[sizeof...(C)], IP&& policy) requires (WithIndexColumns<C...>)
+ TableIterator(arrow::ChunkedArray* columnData[sizeof...(C)], IP&& policy)
1049
+ requires(WithIndexColumns<C...>)
1050
: IP{policy},
1051
C(columnData[framework::has_type_at_v<C>(all_columns{})])...
1052
{
0 commit comments