revert b = {};

dev
MITSUNARI Shigeo 8 years ago
parent be85bac5a6
commit 07a6f764a0
  1. 2
      include/mcl/fp.hpp

@ -262,7 +262,7 @@ public:
}
void getStr(std::string& str, int ioMode = 0) const
{
fp::Block b = {}; // disable warning of vc
fp::Block b;
const size_t n = getByteSize();
const Unit *p = v_;
if (!(ioMode & IoArrayRaw)) {

Loading…
Cancel
Save