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-Google-Thread: 103376,70414f56d810c10c X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.28.231 with SMTP id e7mr1224642pbh.5.1316363883832; Sun, 18 Sep 2011 09:38:03 -0700 (PDT) Path: m9ni9028pbd.0!nntp.google.com!news1.google.com!postnews.google.com!d14g2000yqb.googlegroups.com!not-for-mail From: ytomino Newsgroups: comp.lang.ada Subject: Re: discriminant questions Date: Sun, 18 Sep 2011 09:22:35 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: <9f37b726-d80b-4d24-bf3f-28a14255f7fd@s20g2000yql.googlegroups.com> <86015926-d652-4265-aedd-413312d399f9@dq7g2000vbb.googlegroups.com> <0d272f62-67d0-4905-972c-8a7e912c5531@en1g2000vbb.googlegroups.com> <148cxoyabima2.16mz6xwdph2hj.dlg@40tude.net> <01a1374f-59ab-40be-9e39-0640cb2a513d@n35g2000yqf.googlegroups.com> <1fp2o673mu9az$.d9loz1zbcl0d.dlg@40tude.net> <1q85zv3i9ccq6$.17nr90hvonwic$.dlg@40tude.net> NNTP-Posting-Host: 114.150.108.139 Mime-Version: 1.0 X-Trace: posting.google.com 1316363883 10985 127.0.0.1 (18 Sep 2011 16:38:03 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sun, 18 Sep 2011 16:38:03 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: d14g2000yqb.googlegroups.com; posting-host=114.150.108.139; posting-account=Mi71UQoAAACnFhXo1NVxPlurinchtkIj User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-Header-Order: HNKUARELSC X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_5_8) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.163 Safari/535.1,gzip(gfe) Xref: news1.google.com comp.lang.ada:18015 Content-Type: text/plain; charset=ISO-8859-1 Date: 2011-09-18T09:22:35-07:00 List-Id: You're right. Smart pointer shold support type conversions supported on raw access types like access all to access constant, or derived type to base type. Indefinite_Holder does not support these conversions. I was not careful of it. > X + Y Well, if semantics of smart pointer differs from semantics of value, I think it makes misunderstanding. (so I want to write X.all + Y.all)