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

Steven Schveighoffer <schvei...@yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |schvei...@yahoo.com
            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 <schvei...@yahoo.com> ---
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