remove warning of vc

dev
MITSUNARI Shigeo 7 years ago
parent aa4927bf2c
commit 5e7cb8a3be
  1. 1
      include/mcl/bn.hpp

@ -372,7 +372,6 @@ struct MapTo {
G::getWeierstrass(y, x);
if (F::squareRoot(y, y)) {
if (negative) F::neg(y, y);
bool b;
P.set(&b, x, y, false);
assert(b);
return true;

Loading…
Cancel
Save