Fix "Error: The operand ___LKDB cannot be assigned to" under Sun Studio 12.5 (formerly Issue 188)
parent
26ab08e29d
commit
a011d5f9bf
|
|
@ -45,7 +45,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// "Error: The operand ___LKDB cannot be assigned to", http://github.com/weidai11/cryptopp/issues/188
|
// "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_CONST
|
||||||
# define MAYBE_UNCONST_CAST const_cast<word*>
|
# define MAYBE_UNCONST_CAST const_cast<word*>
|
||||||
#else
|
#else
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue