Skip to content

Commit 32bb8ad

Browse files
committed
Silence -Wreorder warnings
1 parent ee8c22a commit 32bb8ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index_notation/index_notation.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2701,8 +2701,8 @@ Assignment makeReductionNotationScheduled(Assignment assignment, ProvenanceGraph
27012701
MakeReductionNotation(const std::vector<IndexVar>& free, ProvenanceGraph provGraph)
27022702
: free(free.begin(), free.end()), provGraph(provGraph){}
27032703

2704-
ProvenanceGraph provGraph;
27052704
std::set<IndexVar> free;
2705+
ProvenanceGraph provGraph;
27062706
bool onlyOneTerm;
27072707

27082708
IndexExpr addReductions(IndexExpr expr) {

0 commit comments

Comments
 (0)