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

Steven Schveighoffer <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
            Summary|std.algorithm.nextPermutati |std.algorithm.nextPermutati
                   |on for fixed size arrays    |on should accept ranges of
                   |too                         |lvalues
           Severity|enhancement                 |normal

--- Comment #4 from Steven Schveighoffer <[email protected]> ---
I'm changing the requirements. Bearophile's second attempt with the slice
operator should compile. There is no need to require the range itself to be an
lvalue, just that its elements are lvalues.

I also consider it a bug that this isn't the case.

--

Reply via email to