$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] circular_buffer, debug and invalid iterator checking
From: Nigel Stewart (nigels.com_at_[hidden])
Date: 2010-11-08 14:58:41
>>> So I figured I'd store the data in a circular
>>> buffer, and push new data onto the front, and store my own
>>> iterator into it to use as the end.
Anthony,
Since the iterator is random access, perhaps they could be
converted to integers via operator - and converted back to
integers via operator + or operator +=.
- Nigel