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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,64fc02e079586f1b X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news4.google.com!newshub.sdsu.edu!elnk-nf2-pas!newsfeed.earthlink.net!stamper.news.pas.earthlink.net!stamper.news.atl.earthlink.net!newsread2.news.atl.earthlink.net.POSTED!14bb18d8!not-for-mail Sender: mheaney@MHEANEYX200 Newsgroups: comp.lang.ada Subject: Re: Spellcheck.adb References: <1114464642.518876.137610@f14g2000cwb.googlegroups.com> <1114548638.851249.246280@f14g2000cwb.googlegroups.com> <426fab8a$0$3712$39cecf19@news.twtelecom.net> From: Matthew Heaney Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 28 Apr 2005 00:41:22 GMT NNTP-Posting-Host: 24.149.57.125 X-Complaints-To: abuse@earthlink.net X-Trace: newsread2.news.atl.earthlink.net 1114648882 24.149.57.125 (Wed, 27 Apr 2005 17:41:22 PDT) NNTP-Posting-Date: Wed, 27 Apr 2005 17:41:22 PDT Organization: EarthLink Inc. -- http://www.EarthLink.net Xref: g2news1.google.com comp.lang.ada:10767 Date: 2005-04-28T00:41:22+00:00 List-Id: Albert Bachmann writes: > When I use and instance of indefinite_hashed_sets or > indefinite_hashed_maps the program compiles fine but I get an exception > during runtime: > > raised CONSTRAINT_ERROR : a-cihama.adb:443 explicit raise (for the map) > raised CONSTRAINT_ERROR : a-cihase.adb:375 explicit raise (for the set) What version of the container packages are you using? Either you found a bug in the sources you're using, or you're doing something wrong. Can you send me (or just post) the portion of the code that surrounds the line numbers in the exception message above? Thanks, Matt