summaryrefslogtreecommitdiff
path: root/misc.h
diff options
context:
space:
mode:
authorweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2007-09-25 04:08:17 +0000
committerweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2007-09-25 04:08:17 +0000
commit2457d75233d09ad58d97203739fdb994b0457b06 (patch)
treedb98e46a7e80daefc6c7d73a177db9c4cf20d644 /misc.h
parent5011c185406977b5c5f0549edac0d3f85d2e8db9 (diff)
downloadcryptopp-2457d75233d09ad58d97203739fdb994b0457b06.tar.gz
fix compile with ICC 10
git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@407 57ff6487-cd31-0410-9ec3-f628ee90f5f0
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 e97e184..089308c 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)
{