Date: Mon, 23 Jun 2003 23:46:25 -0400 From: Mike Atamas <aelfgar@aelfgar.com> To: freebsd-questions@freebsd.org Subject: g++ warnings Message-ID: <20030623234625.7f8601ae.aelfgar@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 aelfgar@aelfgar.com
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030623234625.7f8601ae.aelfgar>