Fix "Error: The operand ___LKDB cannot be assigned to" under Sun Studio 12.5 (formerly Issue 188)

This commit is contained in:
Jeffrey Walton 2016-07-08 19:05:01 -04:00
parent 26ab08e29d
commit a011d5f9bf

View File

@ -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<word*>
#else