Add explicit function to StaticIntegralRange that returns the std::index_sequience
All threads resolved!
Sometimes the std::integer_sequence
is needed explicitly, then, this methods provides the right type with fewer keystrokes. See dune-grid!726 (merged) on how to use it.
Merge request reports
Activity
Filter activity
mentioned in merge request dune-grid!726 (merged)
assigned to @carsten.graeser
- Resolved by Santiago Ospina De Los Ríos
@carsten.graeser I could not manage to get the implicit cast of
StaticIntegralRange
tostd::integer_sequence
working with the template deduction ofstd::index_sequence
. See dune-grid!726 (diffs) for example. Maybe I am doing something wrong there and this MR is unnecessary? Otherwise, alternatives are also welcome :)
assigned to @santiago.ospina and unassigned @carsten.graeser
requested review from @carsten.graeser
- Resolved by Santiago Ospina De Los Ríos
mentioned in commit bdf4c0b1
Please register or sign in to reply