mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2024-11-23 09:59:42 +00:00
Remove dummy operator= in ModularArithmetic
This commit is contained in:
parent
994c98b6c0
commit
6c009ddf43
@ -258,8 +258,9 @@ public:
|
||||
static const RandomizationParameter DefaultRandomizationParameter;
|
||||
|
||||
private:
|
||||
// TODO: Clang on OS X needs a real operator=.
|
||||
// Squash warning on missing assignment operator.
|
||||
ModularArithmetic& operator=(const ModularArithmetic &ma);
|
||||
// ModularArithmetic& operator=(const ModularArithmetic &ma);
|
||||
|
||||
protected:
|
||||
Integer m_modulus;
|
||||
|
Loading…
Reference in New Issue
Block a user