On 05/31/2011 08:10 AM, eles wrote:

> I know no other examples where open-right limits are used.

The C++ standard library uses open-right with its pairs of iterators. The second iterator "points" at one beyond the last element of the range.

Ali

Reply via email to