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,21960280f1d61e84 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news4.google.com!homer!news.glorb.com!news-spur1.glorb.com!news.glorb.com!news.ecp.fr!news.albasani.net!news.warperbbs.de!news.weisnix.org!newsfeed.ision.net!newsfeed2.easynews.net!ision!newsfeed.arcor.de!newsspool1.arcor-online.net!news.arcor.de.POSTED!not-for-mail Newsgroups: comp.lang.ada Subject: Re: GC in Ada From: Georg Bauhaus In-Reply-To: References: <1169636785.504223.139630@j27g2000cwj.googlegroups.com> <3pejpgfbki.fsf@hod.lan.m-e-leypold.de> <45c99c24$1@news.post.ch> <45c9bdb8$1@news.post.ch> <45cad095$1@news.post.ch> <1171028868.5352.18.camel@localhost.localdomain> Content-Type: text/plain Content-Transfer-Encoding: 7bit Organization: # Message-Id: <1171054356.26732.3.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.8.1 Date: Fri, 09 Feb 2007 21:52:36 +0100 NNTP-Posting-Date: 09 Feb 2007 21:52:17 CET NNTP-Posting-Host: 47aa7725.newsspool4.arcor-online.net X-Trace: DXC=o4e]WnO>9XBlU`@c^jLCbJ4IUK On Fri, 2007-02-09 at 16:29 +0100, Maciej Sobczak wrote: > Georg Bauhaus wrote: > > J wj; > > const J rj = wj; > ^ > > const J &rj = wj; > ^ > > I guess you wanted to use const reference. This is closer to the concept > of "view". Yes, thanks for the patch.