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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,e1bb9627c57b7d5b X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-10-15 13:38:25 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!kibo.news.demon.net!demon!news-hub.cableinet.net!blueyonder!internal-news-hub.cableinet.net!news-text.cableinet.net.POSTED!53ab2750!not-for-mail User-Agent: Microsoft-Entourage/10.1.4.030702.0 Subject: Re: U : Unbounded_String := "bla bla bla"; (was: Is the Writing...) From: "(see below)" Newsgroups: comp.lang.ada Message-ID: References: Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Date: Wed, 15 Oct 2003 20:38:24 GMT NNTP-Posting-Host: 82.41.184.118 X-Complaints-To: abuse@blueyonder.co.uk X-Trace: news-text.cableinet.net 1066250304 82.41.184.118 (Wed, 15 Oct 2003 21:38:24 BST) NNTP-Posting-Date: Wed, 15 Oct 2003 21:38:24 BST Organization: blueyonder (post doesn't reflect views of blueyonder) Xref: archiver1.google.com comp.lang.ada:919 Date: 2003-10-15T20:38:24+00:00 List-Id: On 15/10/03 17:59, in article mailman.91.1066237341.25614.comp.lang.ada@ada-france.org, "Alexandre E. Kopilovitch" wrote: > type Flex is private; > for Flex'Literal_Conversion use To_Flex; ... > My concern is quite opposite: I'd like have a control for blocking such > overloadings (thus denying an opportunity for multiple literal types for a > given type), for Flex'Literal_Conversion use <>; -- ?? > including those that may emerge within a derivation of a new type; for Flex'Class'Literal_Conversion use <>; -- ?? -- Bill