diff --git a/integer.cpp b/integer.cpp index cfc70e0e..a4642e3e 100644 --- a/integer.cpp +++ b/integer.cpp @@ -45,7 +45,7 @@ #endif // "Error: The operand ___LKDB cannot be assigned to", http://github.com/weidai11/cryptopp/issues/188 -#if (__SUNPRO_CC == 0x5130) +#if (__SUNPRO_CC >= 0x5130) # define MAYBE_CONST # define MAYBE_UNCONST_CAST const_cast #else