summaryrefslogtreecommitdiff
path: root/integer.cpp
diff options
context:
space:
mode:
authorweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2003-04-19 21:50:08 +0000
committerweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2003-04-19 21:50:08 +0000
commit3fad9e85ea41905c05f369d56b9a14094847390b (patch)
tree004bcca3e47f2c000627d6709cc1adba1bfadc3f /integer.cpp
parent6560ae1aac5820f05377b2176cb8ba6dc6be2f7d (diff)
downloadcryptopp-3fad9e85ea41905c05f369d56b9a14094847390b.tar.gz
changes for VS.NET 2003
git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@59 57ff6487-cd31-0410-9ec3-f628ee90f5f0
Diffstat (limited to 'integer.cpp')
-rw-r--r--integer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/integer.cpp b/integer.cpp
index 3c94b53..7e8e3f8 100644
--- a/integer.cpp
+++ b/integer.cpp
@@ -35,7 +35,7 @@ static int DummyAssignIntToInteger = (AssignIntToInteger = FunctionAssignIntToIn
#ifdef SSE2_INTRINSICS_AVAILABLE
template <class T>
-AllocatorBase<T>::pointer AlignedAllocator<T>::allocate(size_type n, const void *)
+CPP_TYPENAME AllocatorBase<T>::pointer AlignedAllocator<T>::allocate(size_type n, const void *)
{
if (n < 4)
return new T[n];