Remove dummy operator= in ModularArithmetic
parent
994c98b6c0
commit
6c009ddf43
|
|
@ -258,8 +258,9 @@ public:
|
||||||
static const RandomizationParameter DefaultRandomizationParameter;
|
static const RandomizationParameter DefaultRandomizationParameter;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
// TODO: Clang on OS X needs a real operator=.
|
||||||
// Squash warning on missing assignment operator.
|
// Squash warning on missing assignment operator.
|
||||||
ModularArithmetic& operator=(const ModularArithmetic &ma);
|
// ModularArithmetic& operator=(const ModularArithmetic &ma);
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
Integer m_modulus;
|
Integer m_modulus;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue