summaryrefslogtreecommitdiff
path: root/integer.cpp
diff options
context:
space:
mode:
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];