https://issues.dlang.org/show_bug.cgi?id=18124
--- Comment #9 from [email protected] --- Commits pushed to master at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/fdc3e994cd901b5e34bf82dc6de214a77ab9dff8 Explicitly type RegexMatch.front (and add inout because captures has inout as well). Fixes issue 18124 https://github.com/dlang/phobos/commit/9012cb4565030346a666d3b1ab5f95d1b6ffab18 Merge pull request #5976 from schveiguy/fix18124 Fix issue 18124 -- RegexMatch.front isn't clear as to what it returns merged-on-behalf-of: Petar Kirov <[email protected]> --
