From 2457d75233d09ad58d97203739fdb994b0457b06 Mon Sep 17 00:00:00 2001 From: weidai Date: Tue, 25 Sep 2007 04:08:17 +0000 Subject: fix compile with ICC 10 git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@407 57ff6487-cd31-0410-9ec3-f628ee90f5f0 --- misc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc.h') 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 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 x, unsigned int y) { -- cgit v1.2.1