From 0e9fb2487d1e8a4143e6a25d34e8b39439392926 Mon Sep 17 00:00:00 2001 From: weidai Date: Sun, 10 Dec 2006 23:50:09 +0000 Subject: fix compile with MSVC 2005 SP1 beta git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@249 57ff6487-cd31-0410-9ec3-f628ee90f5f0 --- integer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'integer.cpp') diff --git a/integer.cpp b/integer.cpp index cc3dfa5..4c092ac 100644 --- a/integer.cpp +++ b/integer.cpp @@ -52,7 +52,7 @@ bool AssignIntToInteger(const std::type_info &valueType, void *pInteger, const v #ifdef SSE2_INTRINSICS_AVAILABLE template -CPP_TYPENAME AllocatorBase::pointer AlignedAllocator::allocate(size_type n, const void *) +CPP_TYPENAME AlignedAllocator::pointer AlignedAllocator::allocate(size_type n, const void *) { CheckSize(n); if (n == 0) -- cgit v1.2.1