mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2025-02-20 21:30:43 +00:00
fix compile with MSVC 2005 SP1 beta
This commit is contained in:
parent
f05ea58bb3
commit
813d784ea5
@ -52,7 +52,7 @@ bool AssignIntToInteger(const std::type_info &valueType, void *pInteger, const v
|
||||
|
||||
#ifdef SSE2_INTRINSICS_AVAILABLE
|
||||
template <class T>
|
||||
CPP_TYPENAME AllocatorBase<T>::pointer AlignedAllocator<T>::allocate(size_type n, const void *)
|
||||
CPP_TYPENAME AlignedAllocator<T>::pointer AlignedAllocator<T>::allocate(size_type n, const void *)
|
||||
{
|
||||
CheckSize(n);
|
||||
if (n == 0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user