This commit is contained in:
Glenn Maynard
2004-06-09 02:24:45 +00:00
parent 013d2bf7f3
commit b4b63c6f3d
+1 -1
View File
@@ -31,7 +31,7 @@ bool FunctionAssignIntToInteger(const std::type_info &valueType, void *pInteger,
}
#ifdef SSE2_INTRINSICS_AVAILABLE
template <typename T>
template <class T>
CPP_TYPENAME AllocatorBase<T>::pointer AlignedAllocator<T>::allocate(size_type n, const void *)
{
if (n < 4)