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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,4215feeab2a8154a X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,CP1252 Path: g2news2.google.com!news2.google.com!npeer02.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!post01.iad.highwinds-media.com!newsfe16.iad.POSTED!4a71828c!not-for-mail From: Hyman Rosen User-Agent: Thunderbird 2.0.0.22 (Windows/20090605) MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: C++0x and Threads - a poor relation to Ada's tasking model? References: <128d63da-361f-4e33-be5e-e06bdc71e39f@r34g2000vba.googlegroups.com> <850893f5-46e5-443f-af0f-f16eef5cfa37@n2g2000vba.googlegroups.com> <57766742-5e6e-4b68-8094-57db1fa8951d@s15g2000yqs.googlegroups.com> <2kra85p2lsrd7200mcfr9fn65s123468br@4ax.com> <625c577b-9097-4a8d-a9cb-dd986dd81f89@h30g2000vbr.googlegroups.com> In-Reply-To: <625c577b-9097-4a8d-a9cb-dd986dd81f89@h30g2000vbr.googlegroups.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit Message-ID: <77fhm.99283$cf6.88808@newsfe16.iad> X-Complaints-To: abuse@WWWSpace.NET NNTP-Posting-Date: Fri, 14 Aug 2009 15:09:55 UTC Date: Fri, 14 Aug 2009 11:09:57 -0400 Xref: g2news2.google.com comp.lang.ada:7792 Date: 2009-08-14T11:09:57-04:00 List-Id: REH wrote: I believe it is technically acceptable for an implementation of > standard C for sizeof(int) to be larger than sizeof(long). This is tightened up in C++. The C++ standard says, in 3.9.1/2, There are four signed integer types: �signed char�, �short int�, �int�, and �long int.� In this list, each type provides at least as much storage as those preceding it in the list.