From owner-freebsd-current Thu Jul 11 10: 2: 5 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0434F37B400 for ; Thu, 11 Jul 2002 10:02:04 -0700 (PDT) Received: from alpha.yumyumyum.org (dsl092-171-091.wdc1.dsl.speakeasy.net [66.92.171.91]) by mx1.FreeBSD.org (Postfix) with ESMTP id D272243E3B for ; Thu, 11 Jul 2002 10:02:02 -0700 (PDT) (envelope-from culverk@yumyumyum.org) Received: from alpha.yumyumyum.org (localhost [127.0.0.1]) by alpha.yumyumyum.org (8.12.3/8.12.3) with ESMTP id g6BH1FCU058294; Thu, 11 Jul 2002 13:01:16 -0400 (EDT) (envelope-from culverk@yumyumyum.org) Received: from localhost (culverk@localhost) by alpha.yumyumyum.org (8.12.5/8.12.3/Submit) with ESMTP id g6BH1EvD058291; Thu, 11 Jul 2002 13:01:15 -0400 (EDT) (envelope-from culverk@yumyumyum.org) X-Authentication-Warning: alpha.yumyumyum.org: culverk owned process doing -bs Date: Thu, 11 Jul 2002 13:01:14 -0400 (EDT) From: Kenneth Culver To: "M. Warner Losh" Cc: Benjamin.Close@unisa.edu.au, Subject: Re: Status of C++ in base system? In-Reply-To: <20020711.101427.116352789.imp@bsdimp.com> Message-ID: <20020711130018.U58056-100000@alpha.yumyumyum.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > The cerr not found thing is one of two problems. gcc3 is pickier > about namespace issues than gcc2, so you need to say std::cerr or > using namespace std;. However, the more common case is people > thinking they can link c++ programs with 'cc' rather than 'c++' > > My C++ programs are large enough that there are issues, but nothing > this trivial. Usually it is bad C++ that the newer compiler is > pickier about accepting. > Hrmm, maybe I'll try that too. Ken To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message