[!553] [bugfix] allow single argument `range(...)` with enum values
Merge branch 'feature/range-with-enums' into 'master'
Fixes the defect of the single argument range(...) that enum values could not be used without casting. I would like to see this being backported to 2.6.
See merge request core/dune-common!553
(cherry picked from commit 43772da6)
48c8702f [bugfix] allow single argument range(...)
with enum values