September 18, 2014
https://issues.dlang.org/show_bug.cgi?id=12662

hsteoh@quickfur.ath.cx changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |hsteoh@quickfur.ath.cx
         Resolution|---                         |WORKSFORME

--- Comment #1 from hsteoh@quickfur.ath.cx ---
Works on git HEAD now. Submitted a unittest to prevent regression in the future: https://github.com/D-Programming-Language/phobos/pull/2529

--
September 18, 2014
https://issues.dlang.org/show_bug.cgi?id=12662

--- Comment #2 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/99d728a3eb28b6ae3f764c1db972e84edf726232 Add @nogc unittest for std.range.retro.

To prevent regression of issue 12662.

https://github.com/D-Programming-Language/phobos/commit/8b6df553e80fc1eaf5656a743697c24ac5cf06a7 Merge pull request #2529 from quickfur/issue12662

Add @nogc unittest for std.range.retro.

--