From owner-freebsd-questions@FreeBSD.ORG Mon Jun 23 20:46:07 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7866F37B401 for ; Mon, 23 Jun 2003 20:46:07 -0700 (PDT) Received: from www.server3indallas.com (server3indallas.com [216.75.225.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 84FB143FAF for ; Mon, 23 Jun 2003 20:46:06 -0700 (PDT) (envelope-from hazuzu@aelfgar.com) Received: from pcp01780134pcs.howard01.md.comcast.net ([68.54.90.41] helo=leila) by www.server3indallas.com with asmtp (Exim 3.36 #1) id 19Ueky-0002HY-00 for freebsd-questions@freebsd.org; Mon, 23 Jun 2003 22:46:08 -0500 Date: Mon, 23 Jun 2003 23:46:06 -0400 From: Mike Atamas To: freebsd-questions@freebsd.org Message-Id: <20030623234606.702d4c6e.hazuzu@aelfgar.com> X-Mailer: Sylpheed version 0.9.0 (GTK+ 1.2.10; i386-portbld-freebsd5.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - www.server3indallas.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [0 0] X-AntiAbuse: Sender Address Domain - aelfgar.com Subject: g++ warnings X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Jun 2003 03:46:07 -0000 Whenver I include fstream in any program it spits out the following warnings: In file included from load_port.hpp:6, from fui.cpp:2: /usr/include/g++/fstream:304: warning: `typename std::basic_filebuf<_CharT, _Traits>::int_type' is implicitly a typename /usr/include/g++/fstream:304: warning: implicit typename is deprecated, please see the documentation for details /usr/include/g++/fstream:309: warning: `typename std::basic_filebuf<_CharT, _Traits>::int_type' is implicitly a typename /usr/include/g++/fstream:309: warning: implicit typename is deprecated, please see the documentation for details Any suggestions on how to get rid of this? Is anyone else having this problem? -- Mike Atamas hazuzu@aelfgar.com