Thread overview
dcollections 2.0c released
Oct 06, 2010
dolive
Oct 06, 2010
Yao G.
October 06, 2010
Deque type added, and I've gotten rid of the out parameters for length changes (this is now handled by a new function trackLength).

See full changelog here: http://www.dsource.org/projects/dcollections/wiki/ChangeLog

-Steve
October 06, 2010
Steven Schveighoffer дµ½:

> 
> Deque type added, and I've gotten rid of the out parameters for length changes (this is now handled by a new function trackLength).
> 
> See full changelog here: http://www.dsource.org/projects/dcollections/wiki/ChangeLog
> 
> -Steve

thank's
October 06, 2010
On Wed, 06 Oct 2010 09:34:08 -0500, Steven Schveighoffer <schveiguy@yahoo.com> wrote:

> Deque type added, and I've gotten rid of the out parameters for length changes (this is now handled by a new function trackLength).
>
> See full changelog here: http://www.dsource.org/projects/dcollections/wiki/ChangeLog
>
> -Steve

Thanks Steve. Great job! I'll update my project to use this new version and I'll let you know if I find some issues.

-- 
Yao G.
October 06, 2010
On Wed, 06 Oct 2010 13:20:12 -0400, Yao G. <yao.gomez@spam.gmail.com> wrote:

> On Wed, 06 Oct 2010 09:34:08 -0500, Steven Schveighoffer <schveiguy@yahoo.com> wrote:
>
>> Deque type added, and I've gotten rid of the out parameters for length changes (this is now handled by a new function trackLength).
>>
>> See full changelog here: http://www.dsource.org/projects/dcollections/wiki/ChangeLog
>>
>> -Steve
>
> Thanks Steve. Great job! I'll update my project to use this new version and I'll let you know if I find some issues.

Thanks, please file to http://www.dsource.org/projects/dcollections/newticket if you find anything.

-Steve