From owner-freebsd-current Thu May 13 19:32:20 1999 Delivered-To: freebsd-current@freebsd.org Received: from mail.visi.com (baal.visi.com [209.98.98.3]) by hub.freebsd.org (Postfix) with ESMTP id 899DB15300 for ; Thu, 13 May 1999 19:32:07 -0700 (PDT) (envelope-from veldy@visi.com) Received: from isis.visi.com (veldy@isis.visi.com [209.98.98.8]) by mail.visi.com (8.8.8/8.7.5) with ESMTP id VAA22875; Thu, 13 May 1999 21:32:06 -0500 (CDT) Posted-Date: Thu, 13 May 1999 21:32:06 -0500 (CDT) Received: from localhost (veldy@localhost) by isis.visi.com (8.8.8/8.8.8) with ESMTP id VAA24226; Thu, 13 May 1999 21:32:06 -0500 (CDT) X-Authentication-Warning: isis.visi.com: veldy owned process doing -bs Date: Thu, 13 May 1999 21:32:06 -0500 (CDT) From: "Thomas T. Veldhouse" To: Thomas Dean Cc: freebsd-current@FreeBSD.ORG Subject: Re: egcs, libstdc++, libg++, Class Library In-Reply-To: <199905140138.SAA07432@ix.netcom.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Have you tried using the C++ standard way? It works. #include #include using namespace std; Of course, there are many times you won't want to include the entire namespace. Tom Veldhouse veldy@visi.com On Thu, 13 May 1999, Thomas Dean wrote: > I think I missed something, again. > > What is the current and near-future status of Class Libraries? > > libg++ is not updated. libstdc++ has some classes 'if 0'-ed out. > > I have a project that uses the string class and iostream. I cannot > build it with -current as of Apr 11. > > Is the solution to get and install libg++? Or, is there a near-term > fix for the egcs package? > > tomdean > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message