summaryrefslogtreecommitdiff
path: root/misc.h
diff options
context:
space:
mode:
authorweidai <weidai11@users.noreply.github.com>2007-09-25 04:08:17 +0000
committerweidai <weidai11@users.noreply.github.com>2007-09-25 04:08:17 +0000
commit1240b1690bd2ab29126c46705f776841d7e910a8 (patch)
treedb98e46a7e80daefc6c7d73a177db9c4cf20d644 /misc.h
parentc9c1fdbcb40a504b257a3e6d8e43a72eddfff477 (diff)
downloadcryptopp-git-1240b1690bd2ab29126c46705f776841d7e910a8.tar.gz
fix compile with ICC 10
Diffstat (limited to 'misc.h')
-rw-r--r--misc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc.h b/misc.h
index e97e1841..089308c3 100644
--- a/misc.h
+++ b/misc.h
@@ -523,7 +523,7 @@ template<> inline word64 rotrMod<word64>(word64 x, unsigned int y)
#endif // #if _MSC_VER >= 1310
-#if _MSC_VER >= 1400 && (!defined(__INTEL_COMPILER) || __INTEL_COMPILER >= 1000)
+#if _MSC_VER >= 1400 && !defined(__INTEL_COMPILER)
template<> inline word16 rotlFixed<word16>(word16 x, unsigned int y)
{