summaryrefslogtreecommitdiff
path: root/integer.h
diff options
context:
space:
mode:
authorweidai <weidai11@users.noreply.github.com>2003-06-06 02:34:03 +0000
committerweidai <weidai11@users.noreply.github.com>2003-06-06 02:34:03 +0000
commit6c4437d03df6a1beadfadfc7c5388005c69665db (patch)
tree22ac172cd2a9920b7d33711a25947c5c98e8cef2 /integer.h
parent2f50e8eac958f5a1bf7be05aeac015e5ee400927 (diff)
downloadcryptopp-git-6c4437d03df6a1beadfadfc7c5388005c69665db.tar.gz
sync with private branch
Diffstat (limited to 'integer.h')
-rw-r--r--integer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/integer.h b/integer.h
index fcf3ebef..503a74f9 100644
--- a/integer.h
+++ b/integer.h
@@ -23,7 +23,7 @@
NAMESPACE_BEGIN(CryptoPP)
-#ifdef SSE2_INTRINSICS_AVAILABLE
+#if defined(SSE2_INTRINSICS_AVAILABLE) || defined(_MSC_VER)
template <class T>
class AlignedAllocator : public AllocatorBase<T>
{