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=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.236.2.196 with SMTP id 44mr4275954yhf.51.1410522349855; Fri, 12 Sep 2014 04:45:49 -0700 (PDT) Path: border2.nntp.dca1.giganews.com!border1.nntp.dca1.giganews.com!m5no547133qaj.0!news-out.google.com!ef6ni4683igb.0!nntp.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local2.nntp.dca.giganews.com!news.giganews.com.POSTED!not-for-mail NNTP-Posting-Date: Fri, 12 Sep 2014 06:45:48 -0500 Date: Fri, 12 Sep 2014 07:45:48 -0400 From: Peter Chapin User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.1.1 MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Ada 2012 Corrigendum References: In-Reply-To: Message-ID: X-Usenet-Provider: http://www.giganews.com X-Trace: sv3-xq7D1yr/QCcvLcnx0NgY7qnmztK/9j9WFIa0BtQm1lDhcep1WDfgDFjOIzmAUStTiivSd3GFEHJMn1T!N7xqxEK9kJ0Jf2cAdf/mCoyHzOmjbVPchTiSQ2RV2HVUpSg8rlYx+qqG7WZEZGE= X-Complaints-To: abuse@giganews.com X-DMCA-Notifications: http://www.giganews.com/info/dmca.html X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.40 X-Original-Bytes: 1725 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Xref: number.nntp.dca.giganews.com comp.lang.ada:188981 Date: 2014-09-12T07:45:48-04:00 List-Id: On 2014-09-11 23:26, Shark8 wrote: > (2) An aspect indicating a function which is not-only pure, but static > -- intended to be computed at compile-time; this could, for example, be > used to make the formulae in the endian-independent paper ( > http://www.sigada.org/ada_letters/sept2005/Endian-Independent%20Paper.pdf ) > directly usable. It might be a good idea to review what C++ 2011 is doing with constexpr if you want to go down a path like this. Any proposal of this nature should take advantage of the whatever prior art exists in C++. Peter