my assumption is it means causing e.g. front or popFront to fail when empty says they should succeed or vice versa.
in std.container, the stable* container functions advocate that they do
not invalidate the ranges of their containers. What does it mean to
invalidate a range?
- to invalidate a range Ellery Newcomer
- Re: to invalidate a range bearophile
- Re: to invalidate a range Ellery Newcomer
- Re: to invalidate a range Steven Schveighoffer
- Re: to invalidate a range Ellery Newcomer
- Re: to invalidate a range Jonathan M Davis
- Re: to invalidate a range Steven Schveighoffer
- Re: to invalidate a range Jonathan M Davis
- Re: to invalidate a range Ellery Newcomer
- Re: to invalidate a range Jonathan M Davis
- Re: to invalidate a range Ellery Newcomer
