This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Help is needed


Dear Friends

I an code that was compiling properly with Gcc 2.95.3 Now i updated to
gcc 3.2 and i has the follow errors  on compiling

../../ZipString.h: In static member function `static int 
   CZipString::zslen(const TCHAR*)':
../../ZipString.h:91: `string_char_traits' undeclared in namespace `std'
../../ZipString.h:91: parse error before `;' token
../../ZipString.h:91: invalid conversion from `const TCHAR*' to `int'

./../ZipCollections.h:39: warning: `typename std::vector<TYPE, 
   std::allocator<_CharT> >::iterator' is implicitly a typename
../../ZipCollections.h:39: warning: implicit typename is deprecated,
please see 
   the documentation for details
../../ZipCollections.h:87: warning: `typename std::list<TYPE, 
   std::allocator<_CharT> >::iterator' is implicitly a typename
../../ZipCollections.h:87: warning: implicit typename is deprecated,
please see 
   the documentation for details
../../ZipCollections.h:88: warning: `typename std::list<TYPE, 
   std::allocator<_CharT> >::const_iterator' is implicitly a typename
../../ZipCollections.h:88: warning: implicit typename is deprecated,
please see 
   the documentation for details

How can i resolve

With Best Regards
Luiz


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]