maybe fix VC 2003 compile

This commit is contained in:
Glenn Maynard
2004-06-09 02:23:39 +00:00
parent de0134628b
commit 013d2bf7f3
+2 -2
View File
@@ -31,8 +31,8 @@ bool FunctionAssignIntToInteger(const std::type_info &valueType, void *pInteger,
} }
#ifdef SSE2_INTRINSICS_AVAILABLE #ifdef SSE2_INTRINSICS_AVAILABLE
template <class T> template <typename 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) if (n < 4)
return new T[n]; return new T[n];