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

Jack Stouffer <j...@jackstouffer.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |j...@jackstouffer.com

--- Comment #1 from Jack Stouffer <j...@jackstouffer.com> ---
The first example can be fixed by having `byValue.front` and `byValue.popFront`
do this at the beginning of the function:

    if (this.empty)
        assert(0, "accessing front on an empty byValue");

--

Reply via email to