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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,5ac12f5a60b1bfe X-Google-Attributes: gid103376,public X-Google-Thread: f43e6,5ac12f5a60b1bfe X-Google-Attributes: gidf43e6,public From: dewar@cs.nyu.edu (Robert Dewar) Subject: Re: Ariane 5 - not an exception? Date: 1996/07/30 Message-ID: #1/1 X-Deja-AN: 172808355 references: <4tjr76$ktj@news.csus.edu> <4tkui5$lns@dfw.dfw.net> organization: Courant Institute of Mathematical Sciences newsgroups: comp.software-eng,comp.lang.ada Date: 1996-07-30T00:00:00+00:00 List-Id: iDavid Weller said "C/C++ assertions are not part of the language, but part of a separate library (assert.h)." Is this true? I thought that at least the draft standard for C++ included this library. I don't know about ANSI C? Libraries that are included in the ANSI C standard or C++ DIS are every much a part of the language as the if statement -- the same is true of course for Annex A in the Ada 95 standard.