From owner-freebsd-questions@FreeBSD.ORG Mon Jun 23 20:46:23 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 A2CB637B401 for ; Mon, 23 Jun 2003 20:46:23 -0700 (PDT) Received: from www.server3indallas.com (server3indallas.com [216.75.225.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF87543FA3 for ; Mon, 23 Jun 2003 20:46:22 -0700 (PDT) (envelope-from aelfgar@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 19UelG-0002I4-00 for freebsd-questions@freebsd.org; Mon, 23 Jun 2003 22:46:26 -0500 Date: Mon, 23 Jun 2003 23:46:25 -0400 From: Mike Atamas To: freebsd-questions@freebsd.org Message-Id: <20030623234625.7f8601ae.aelfgar@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:23 -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 aelfgar@aelfgar.com