Voila quand je compile ma classe FichierLog sous FreeBSD, il me mets ce message la :

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
In file included from /home/manu/VILVENS/TCPIP/Lib/libstream.h:14,
                 from /home/manu/VILVENS/TCPIP/Lib/Exception/Exception.h:13,
                 from /home/manu/VILVENS/TCPIP/Lib/Exception/Exception.cxx:10:
/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
Que faut-il que je fasse???