http://d.puremagic.com/issues/show_bug.cgi?id=5786


kenn...@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kenn...@gmail.com
            Version|unspecified                 |D2


--- Comment #1 from kenn...@gmail.com 2011-03-27 05:42:36 PDT ---
The function which emits the error is


        T moveAt(size_t i)
        {
            i += _a;
            enforce(i < _b && !empty);
            return move(_outer._data._payload[_a + i]);    // <---
        }


That line should really read


            return move(_outer._data._payload[i]);

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to