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,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.107.173.35 with SMTP id w35mr18052913ioe.8.1520469423042; Wed, 07 Mar 2018 16:37:03 -0800 (PST) X-Received: by 10.157.4.22 with SMTP id 22mr1272803otc.2.1520469422928; Wed, 07 Mar 2018 16:37:02 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!border1.nntp.ams1.giganews.com!nntp.giganews.com!peer01.ams1!peer.ams1.xlned.com!news.xlned.com!peer01.am4!peer.am4.highwinds-media.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!e10no496975itf.0!news-out.google.com!a25ni1042itj.0!nntp.google.com!e10no496971itf.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 7 Mar 2018 16:37:02 -0800 (PST) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=76.113.16.86; posting-account=lJ3JNwoAAAAQfH3VV9vttJLkThaxtTfC NNTP-Posting-Host: 76.113.16.86 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <1aac45bf-2baf-4ca5-9cb5-07e1748ff6b4@googlegroups.com> Subject: Trouble translating a C++ data-structure. From: Shark8 Injection-Date: Thu, 08 Mar 2018 00:37:02 +0000 Content-Type: text/plain; charset="UTF-8" X-Received-Bytes: 1427 X-Received-Body-CRC: 1609895512 Xref: reader02.eternal-september.org comp.lang.ada:50888 Date: 2018-03-07T16:37:02-08:00 List-Id: I found a data-structure implemented in C++, a van Emde Boas Tree, and tried to write the equivalent in Ada, both using the dump-ada-spec flag w/ manual fixups AND a from-scratch transliteration, but was unable to really do so (my C++ is really rusty). What would be a good translation? https://github.com/diogomg/van-emde-boas-tree