Re: Libraries Digest, Vol 79, Issue 31

2010-03-19 Thread Louis Wasserman
Yo, * I'm not comfortable with having two redundant modules, one for Min- and one for MaxQueue. It is possible to implement both in the same data structure and still get type errors when e.g. 'union' on a Min- and a MaxQueue (I did that in [1], please have a look at the latest version). My

Re: Proposal: priority queues in containers

2010-03-19 Thread Isaac Dupree
On 03/19/10 09:39, Louis Wasserman wrote: Yo, * I'm not comfortable with having two redundant modules, one for Min- and one for MaxQueue I'm pretty sure there won't be a containers-compatible solution, certainly not a solution compatible with the style of containers as it's currently