maybe fix VC 2003 compile
This commit is contained in:
@@ -31,8 +31,8 @@ bool FunctionAssignIntToInteger(const std::type_info &valueType, void *pInteger,
|
||||
}
|
||||
|
||||
#ifdef SSE2_INTRINSICS_AVAILABLE
|
||||
template <class T>
|
||||
AllocatorBase<T>::pointer AlignedAllocator<T>::allocate(size_type n, const void *)
|
||||
template <typename T>
|
||||
CPP_TYPENAME AllocatorBase<T>::pointer AlignedAllocator<T>::allocate(size_type n, const void *)
|
||||
{
|
||||
if (n < 4)
|
||||
return new T[n];
|
||||
|
||||
Reference in New Issue
Block a user