From owner-freebsd-current@FreeBSD.ORG Tue Jul 1 07:00:00 2003 Return-Path: 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 F303637B401; Tue, 1 Jul 2003 06:59:59 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id F399543FEA; Tue, 1 Jul 2003 06:59:58 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (harmony.village.org [10.0.0.6]) by harmony.village.org (8.12.8/8.12.3) with ESMTP id h61DxqE1015378; Tue, 1 Jul 2003 07:59:54 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Tue, 01 Jul 2003 07:59:48 -0600 (MDT) Message-Id: <20030701.075948.85288159.imp@bsdimp.com> To: hsu@freebsd.org From: "M. Warner Losh" In-Reply-To: <200306291837.h5TIbckY015162@mta7.pltn13.pbi.net> References: <200306291837.h5TIbckY015162@mta7.pltn13.pbi.net> X-Mailer: Mew version 2.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-current@freebsd.org cc: abowhill@blarg.net Subject: Re: errors under g++ 3.2.2 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jul 2003 14:00:00 -0000 In message: <200306291837.h5TIbckY015162@mta7.pltn13.pbi.net> Jeffrey Hsu writes: : > file IO using gives error messages about implicit typenames : > being deprecated, and I can't for the life of me figure out what to do : > my code to make the compiler happy : : Change your /usr/include/g++/fstream as follows: I've sent these changes to the gnu folks, but it looks like they haven't made it back to FreeBSD yet. Warner