From b93873287b9be36862d5158f084f31aed246d7e5 Mon Sep 17 00:00:00 2001 From: weidai Date: Sun, 10 Dec 2006 23:50:09 +0000 Subject: [PATCH] fix compile with MSVC 2005 SP1 beta --- trunk/c5/integer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/c5/integer.cpp b/trunk/c5/integer.cpp index cc3dfa5f..4c092ac9 100644 --- a/trunk/c5/integer.cpp +++ b/trunk/c5/integer.cpp @@ -52,7 +52,7 @@ bool AssignIntToInteger(const std::type_info &valueType, void *pInteger, const v #ifdef SSE2_INTRINSICS_AVAILABLE template -CPP_TYPENAME AllocatorBase::pointer AlignedAllocator::allocate(size_type n, const void *) +CPP_TYPENAME AlignedAllocator::pointer AlignedAllocator::allocate(size_type n, const void *) { CheckSize(n); if (n == 0)