From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,a65e85f7a8483a06,start X-Google-Attributes: gid103376,public From: Amiel Ferman Subject: Help : Generic Queue Date: 1997/06/02 Message-ID: <339281B7.207C@telem.openu.ac.il>#1/1 X-Deja-AN: 245495944 Sender: news@cs.openu.ac.il Organization: Open University of Israel - TELEM Project Newsgroups: comp.lang.ada Date: 1997-06-02T00:00:00+00:00 List-Id: Hello ! I'm having problems using a generic priority queue called gprioque.ad?, I have downloaded from the Public Ada Library on the Washington university site. The problem is that the queue doed not allow to insert more than one element to the queue, when I try to insert more than one element to the queue a constraint-error is raised in a function called Add_With_Carry which is a function that belongs only to the gprioque body (it is not public). I would be gratefull if someone that has used this package, show me how or whether he/she knows that it has some bugs. Thanks Amiel