Skip to content

[!553] [bugfix] allow single argument `range(...)` with enum values

Janick Gerstenberger requested to merge cherry-pick-43772da6 into releases/2.6

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

Merge request reports