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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Received: by 2002:a6b:b641:: with SMTP id g62-v6mr759668iof.103.1535467690755; Tue, 28 Aug 2018 07:48:10 -0700 (PDT) X-Received: by 2002:aca:d417:: with SMTP id l23-v6mr51038oig.7.1535467690613; Tue, 28 Aug 2018 07:48:10 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!border1.nntp.ams1.giganews.com!nntp.giganews.com!newsfeed.xs4all.nl!newsfeed8.news.xs4all.nl!85.12.16.68.MISMATCH!peer01.ams1!peer.ams1.xlned.com!news.xlned.com!peer01.am4!peer.am4.highwinds-media.com!peer01.iad!feed-me.highwinds-media.com!news.highwinds-media.com!w19-v6no679702itb.0!news-out.google.com!c63-v6ni795ith.0!nntp.google.com!w19-v6no679701itb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Tue, 28 Aug 2018 07:48:10 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=146.5.2.21; posting-account=lJ3JNwoAAAAQfH3VV9vttJLkThaxtTfC NNTP-Posting-Host: 146.5.2.21 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Where to find Ravenscar compatible ADT Containers (List, Vector, stack) From: Shark8 Injection-Date: Tue, 28 Aug 2018 14:48:10 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Received-Bytes: 1849 X-Received-Body-CRC: 1983381328 Xref: reader02.eternal-september.org comp.lang.ada:54280 Date: 2018-08-28T07:48:10-07:00 List-Id: On Tuesday, August 28, 2018 at 6:06:20 AM UTC-6, Daniel Norber wrote: > > Someone know a modern ADA2012 third party ADT that compliances Ravenscar?= . > Seems like ADA forgot Ravenscar users when they released 2005 containers. You could try the Ada.Containers.Formal_* containers, IIRC they are designe= d to work with full SPARK and should work with Ravenscar. The other item yo= u might want to check out is the red-black tree (Ada.Containers.Red_Black_T= rees) that some of the Formal_* containers use in GNAT.