Index: integer.cpp =================================================================== RCS file: /cvsroot/cryptopp/c5/integer.cpp,v retrieving revision 1.5 diff -c -r1.5 integer.cpp *** integer.cpp 20 Mar 2003 20:39:59 -0000 1.5 --- integer.cpp 19 Apr 2003 21:52:04 -0000 *************** *** 35,41 **** #ifdef SSE2_INTRINSICS_AVAILABLE template ! AllocatorBase::pointer AlignedAllocator::allocate(size_type n, const void *) { if (n < 4) return new T[n]; --- 35,41 ---- #ifdef SSE2_INTRINSICS_AVAILABLE template ! CPP_TYPENAME AllocatorBase::pointer AlignedAllocator::allocate(size_type n, const void *) { if (n < 4) return new T[n]; Index: pubkey.h =================================================================== RCS file: /cvsroot/cryptopp/c5/pubkey.h,v retrieving revision 1.3 diff -c -r1.3 pubkey.h *** pubkey.h 20 Mar 2003 03:18:53 -0000 1.3 --- pubkey.h 19 Apr 2003 21:52:04 -0000 *************** *** 747,759 **** class OID; //! . ! template class DL_KeyImpl : public PK { public: typedef GP GroupParameters; ! OID GetAlgorithmID() const {return GetGroupParameters().GetAlgorithmID();} // void BERDecode(BufferedTransformation &bt) // {PK::BERDecode(bt);} // void DEREncode(BufferedTransformation &bt) const --- 747,759 ---- class OID; //! . ! template class DL_KeyImpl : public PK { public: typedef GP GroupParameters; ! O GetAlgorithmID() const {return GetGroupParameters().GetAlgorithmID();} // void BERDecode(BufferedTransformation &bt) // {PK::BERDecode(bt);} // void DEREncode(BufferedTransformation &bt) const