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,342dcd67e9ca73ee X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news4.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!newsfeed00.sul.t-online.de!t-online.de!irazu.switch.ch!ezmp2.switch.ch!news-zh.switch.ch!switch.ch!news.hispeed.ch!linux2.krischik.com!news From: Martin Krischik Newsgroups: comp.lang.ada Subject: Re: tagged record child: override constructor? Date: Wed, 14 Sep 2005 20:35:37 +0200 Organization: Cablecom Newsserver Message-ID: <7471280.4zKLSgjcf2@linux1.krischik.com> References: <1126591134.797303.318920@z14g2000cwz.googlegroups.com> <1uri5gd2n7om0.1ujkzb26ayxdx.dlg@40tude.net> <1126625009.709876.226260@f14g2000cwb.googlegroups.com> <225337460.SlYKbeB8eD@linux1.krischik.com> <87vf14him5.fsf@ludovic-brenta.org> <1idpvzxcxfckw.mrs8nw3eu4ks$.dlg@40tude.net> <1360516.EyJLIDn2h8@linux1.krischik.com> <1pi13ctf67b3s.apevysrwmg4z.dlg@40tude.net> NNTP-Posting-Host: 84-73-3-68.dclient.hispeed.ch Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: news.hispeed.ch 1126804519 25802 84.73.3.68 (15 Sep 2005 17:15:19 GMT) X-Complaints-To: news@hispeed.ch NNTP-Posting-Date: Thu, 15 Sep 2005 17:15:19 +0000 (UTC) User-Agent: KNode/0.9.2 Xref: g2news1.google.com comp.lang.ada:4729 Date: 2005-09-14T20:35:37+02:00 List-Id: Dmitry A. Kazakov wrote: > On Wed, 14 Sep 2005 18:14:20 +0200, Martin Krischik wrote: > >> Dmitry A. Kazakov wrote: >> >>> here is no difference between T and >>> T'Class (the source of countless problems.) >> >> Actually there is - its called T and T&. > > Not quite. Compare: > > T& X = Factory (...); > > with > > X : T'Class := Factory (...); ROFL. That is indeed the weekness of the C++ concept and the source of countless problems. :-). Martin -- mailto://krischik@users.sourceforge.net Ada programming at: http://ada.krischik.com