Skip to content

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

Janick Gerstenberger requested to merge 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.

Edited by Janick Gerstenberger

Merge request reports