https://issues.dlang.org/show_bug.cgi?id=8176
berni44 <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |INVALID --- Comment #1 from berni44 <[email protected]> --- 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. --
