On Fri, Feb 22, 2008 at 12:27:15AM +0100, Stefan Schimanski wrote: > I return a const pointer now. The shared pointer is not really essential > here because the ownership is clear enough.
Better. The deque does not have to appear in the header either, it's private static data anyway... And I just found in Buffer.h 22241 sts #include <set> I don't really like that either. Can't this be a vector, possibly sorted? Andre'