Your message dated Tue, 20 Aug 2002 08:36:22 +0200 with message-id <[EMAIL PROTECTED]> and subject line Bug#156946: cassert> not putting assert in namespace std? has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database) -------------------------------------- Received: (at submit) by bugs.debian.org; 16 Aug 2002 17:13:03 +0000 >From [EMAIL PROTECTED] Fri Aug 16 12:13:03 2002 Return-path: <[EMAIL PROTECTED]> Received: from mail.stowers-institute.org (viruskc01.stowers-institute.org) [204.56.6.8] by master.debian.org with smtp (Exim 3.12 1 (Debian)) id 17fkek-0002XR-00; Fri, 16 Aug 2002 12:13:03 -0500 Received: from 172.16.2.4 by viruskc01.stowers-institute.org (InterScan E-Mail VirusWall NT); Fri, 16 Aug 2002 12:10:35 -0500 Received: from exchkc02.stowers-institute.org ([10.0.51.13]) by exchkc01.stowers-institute.org with Microsoft SMTPSVC(5.0.2195.4905); Fri, 16 Aug 2002 12:12:31 -0500 Received: from gskc01.stowers-institute.org ([10.0.51.105]) by exchkc02.stowers-institute.org with Microsoft SMTPSVC(5.0.2195.4905); Fri, 16 Aug 2002 12:12:31 -0500 Received: by gskc01.stowers-institute.org (8.9.3/1.1.29.3/18Jul02-0516PM) id MAA0000291187; Fri, 16 Aug 2002 12:12:31 -0500 (CDT) Date: Fri, 16 Aug 2002 12:12:31 -0500 (CDT) Message-Id: <[EMAIL PROTECTED]> From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: <cassert> not putting assert in namespace std? X-OriginalArrivalTime: 16 Aug 2002 17:12:31.0576 (UTC) FILETIME=[1B2E0D80:01C24548] Delivered-To: [EMAIL PROTECTED] Package: libstdc++5-dev Version: 3.2-0pre4 If I do #include <cassert> 'assert' is not being put into the namespace std, although the comment in cassert implies it will be, and it should be, as far as I know. (I think this is happening with errno, too.) --Mike ii libc6.1-dev 2.2.5-11.1 GNU C Library: Development Libraries and Hea --------------------------------------- Received: (at 156946-done) by bugs.debian.org; 20 Aug 2002 06:41:42 +0000 >From [EMAIL PROTECTED] Tue Aug 20 01:41:42 2002 Return-path: <[EMAIL PROTECTED]> Received: from mail.cs.tu-berlin.de [130.149.17.13] (root) by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 17h2hy-0005je-00; Tue, 20 Aug 2002 01:41:42 -0500 Received: from bolero.cs.tu-berlin.de ([EMAIL PROTECTED] [130.149.19.1]) by mail.cs.tu-berlin.de (8.9.3/8.9.3) with ESMTP id IAA17336; Tue, 20 Aug 2002 08:36:22 +0200 (MET DST) Received: (from [EMAIL PROTECTED]) by bolero.cs.tu-berlin.de (8.11.6+Sun/8.9.3) id g7K6aML28906; Tue, 20 Aug 2002 08:36:22 +0200 (MEST) From: Matthias Klose <[EMAIL PROTECTED]> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <[EMAIL PROTECTED]> Date: Tue, 20 Aug 2002 08:36:22 +0200 To: [EMAIL PROTECTED] (Martin v. Loewis), [EMAIL PROTECTED] Subject: Re: Bug#156946: cassert> not putting assert in namespace std? In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> X-Mailer: VM 7.03 under 21.4 (patch 6) "Common Lisp" XEmacs Lucid Delivered-To: [EMAIL PROTECTED] Martin v. Loewis writes: > [EMAIL PROTECTED] writes: > > > If I do > > > > #include <cassert> > > > > 'assert' is not being put into the namespace std, although the comment > > in cassert implies it will be, and it should be, as far as I know. > > > > (I think this is happening with errno, too.) > > You are mistaken. assert is a macro, and must be a macro, so it must > not be in a namespace, likewise for errno (see 17.4.1.2/5 of ISO > 14882:1998 for details). closing the report