fix assign operator

dev
MITSUNARI Shigeo 10 years ago
parent edc0444840
commit 218c039e61
  1. 2
      include/mcl/op.hpp

@ -100,7 +100,7 @@ struct Op {
static void destroyFpGenerator(FpGenerator *fg);
private:
Op(const Op&);
void operator==(const Op&);
void operator=(const Op&);
};
} } // mcl::fp

Loading…
Cancel
Save