[Issue 15891] Compiler error when std.algorithm.cache and std.algorithm.joiner and map composed

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Dec 4 12:00:31 UTC 2019


https://issues.dlang.org/show_bug.cgi?id=15891

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla at d-ecke.de

--- Comment #2 from berni44 <bugzilla at d-ecke.de> ---
reduced example:

```
import std.algorithm; 

void main()
{
    [1].map!(x=>[x].map!(y=>y)).cache;
}
```

--


More information about the Digitalmars-d-bugs mailing list