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,703c4f68db81387d X-Google-Thread: 109fba,703c4f68db81387d X-Google-Attributes: gid103376,gid109fba,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!news.glorb.com!newsfeed00.sul.t-online.de!newsfeed01.sul.t-online.de!t-online.de!newsfeed.arcor.de!news.arcor.de!not-for-mail Date: Wed, 16 Mar 2005 15:11:46 +0100 From: Georg Bauhaus Organization: future apps GmbH User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20050105 Debian/1.7.5-1 X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.lang.ada,comp.lang.c++ Subject: Re: [OT] Re: Teaching new tricks to an old dog (C++ -->Ada) References: <4229bad9$0$1019$afc38c87@news.optusnet.com.au> <87r7iu85lf.fsf@insalien.org> <1110052142.832650@athnrd02> <42309456$1@news.broadpark.no> <4232ab3a$0$26547$9b4e6d93@newsread4.arcor-online.net> <1110825790.396769@athnrd02> <1gf23j59mnsm2.wimnrcdrb09u.dlg@40tude.net> <1d7hl8pj8dhsh.m8mjwl7qxs86$.dlg@40tude.net> <4236bdab$0$1098$9b4e6d93@newsread2.arcor-online.net> <42381bf1$0$26546$9b4e6d93@newsread4.arcor-online.net> <1wut0nfod48s1.bdijufhvl1ez.dlg@40tude.net> In-Reply-To: <1wut0nfod48s1.bdijufhvl1ez.dlg@40tude.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Message-ID: <42383e11$0$26550$9b4e6d93@newsread4.arcor-online.net> NNTP-Posting-Date: 16 Mar 2005 15:09:21 MET NNTP-Posting-Host: 62c09265.newsread4.arcor-online.net X-Trace: DXC=9]ESdXZe`KCUhhl_USDNiO:ejgIfPPldDjW\KbG]kaMHGSi?jHD8GO@;E;fM<>:D0IUUng9_FXZ=C>:=P9Ihe`BH@Z?dZ]MOidE X-Complaints-To: abuse@arcor.de Xref: g2news1.google.com comp.lang.ada:9490 comp.lang.c++:45957 Date: 2005-03-16T15:09:21+01:00 List-Id: Dmitry A. Kazakov wrote: > Access type is a type as any other. If it has to be a > member of Set_Element'Class why shouldn't it be? Wrapping occurs, for example a set of ints will become a set of int_also_set_element. As there might have to be some implementation for int_also_set_element, it can be much less convenient than having a set of plain ints. >>Have you read Bertrand Meyer's comparison? What do you think? > > Any link? This is a chapter in OOSC2. It's good to have a copy anyway. http://archive.eiffel.com/doc/oosc/ >From this page there is a link to a sample chapter every now and then. See the bottom of the page.