g++ warnings
From: Mike Atamas (aelfgar_at_aelfgar.com)
Date: 06/24/03
- Previous message: Mike Atamas: "g++ warnings"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 23 Jun 2003 23:46:25 -0400 To: freebsd-questions@freebsd.org
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 _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
- Previous message: Mike Atamas: "g++ warnings"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|