Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Jun 2003 23:46:06 -0400
From:      Mike Atamas <hazuzu@aelfgar.com>
To:        freebsd-questions@freebsd.org
Subject:   g++ warnings
Message-ID:  <20030623234606.702d4c6e.hazuzu@aelfgar.com>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030623234606.702d4c6e.hazuzu>