With a struct we can use named accessors instead of generic std::get<3>()
calls. This increases readability of the source code.
Details
Details
- Reviewers
grosser jdoerfert - Commits
- rG4e2d9c45b980: InvariantEquivClassTy: Use struct instead of 4-tuple to increase readability
rPLO275056: InvariantEquivClassTy: Use struct instead of 4-tuple to increase readability
rL275056: InvariantEquivClassTy: Use struct instead of 4-tuple to increase readability
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Johannes currently does not focus on reviewing Polly patches and suggested that we do not wait for his reviews. I consequently close this review, as I was mostly interested to understand why he chose tuples in the first place. I will commit this change now, but very much invite post-commit reviews.