October 17, 2019
https://issues.dlang.org/show_bug.cgi?id=8176

berni44 <bugzilla@d-ecke.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |bugzilla@d-ecke.de
         Resolution|---                         |INVALID

--- Comment #1 from berni44 <bugzilla@d-ecke.de> ---
The error is correct, because record is a range of strings, but process expects a string. Probably it was meant to use process(record.front). That compiles. So here is not really a bug.

--