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,9e499c74312ed3f0 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-05-17 18:25:24 PST Newsgroups: comp.lang.ada Path: archiver1.sj.google.com!newsfeed.google.com!newsfeed.stanford.edu!canoe.uoregon.edu!arclight.uoregon.edu!newsfeed.mathworks.com!news.mathworks.com!uunet!ash.uu.net!world!bobduff From: Robert A Duff Subject: Re: Static assertions Sender: bobduff@world.std.com (Robert A Duff) Message-ID: Date: Fri, 18 May 2001 01:23:44 GMT References: <9e0pfb$ao9$1@s1.read.news.oleane.net> Organization: The World Public Access UNIX, Brookline, MA X-Newsreader: Gnus v5.3/Emacs 19.34 Xref: archiver1.sj.google.com comp.lang.ada:7627 Date: 2001-05-18T01:23:44+00:00 List-Id: "Jean-Pierre Rosen" writes: > Assert_1 : constant := Boolean'Pos( Assert (Integer'Size=32) ); Interesting. But shouldn't it be Assert'(...)? ^ ie a qualified expression - Bob