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
|
#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];
|
||||||
|
|||||||
Reference in New Issue
Block a user