[cl-containers-devel] Problems with priority queues

Josip Gracin gracin at tel.fer.hr
Mon Apr 30 14:59:43 UTC 2007


Gary King wrote:
> This should now be corrected; you may need to update metatilities too.
> 
> Please let me know,

Gary, after checking the source code, here's another contrived example 
which does not work for me:

(let ((c (make-container 'priority-queue-on-container)))
   (insert-item c 2)
   (insert-item c 1)
   (insert-item c 3)
   (delete-element c 2))




More information about the cl-containers-devel mailing list