Re: [boost] Re: Re: GUI/GDI template library

2003-07-27 Thread Scott Woods
> Your notes made me think of a consistent > reperesentation of state machines in terms of C++ > templates. It should be generic enough to be used in > all sorts of things. > yes. andreas (huber) has something in the pipeline. its a non-trivial thing though (the topic and the library). i suspect

RE: [boost] spatial and metric containers

2003-07-27 Thread Reid Sweatman
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of [EMAIL PROTECTED] > Sent: Thursday, July 24, 2003 7:59 AM > To: [EMAIL PROTECTED] > Subject: [boost] spatial and metric containers > An spatial container template accepts a dimension d, a key type > and

[boost] Re: circular_buffer and unused space overhead

2003-07-27 Thread Nigel Stewart
Wouldn't it be better to use smaller internal memory block initially and resize it only when demand goes up? Pavel, That's a good point, but it certainly complicates both the interface and the semantics of the container. Could this style of circular buffer be an adaptor, or perhaps a policy adap