mirror of
https://github.com/boostorg/histogram.git
synced 2026-02-26 04:42:17 +00:00
more tests and a fix
This commit is contained in:
@@ -241,7 +241,7 @@ private:
|
||||
(*this)(get<array<uint8_t>>(buffer));
|
||||
}
|
||||
|
||||
void operator()(array<mp_int> &b) const { b[idx] = value; }
|
||||
void operator()(array<mp_int> &b) const { b[idx] = static_cast<mp_int>(value); }
|
||||
|
||||
void operator()(array<weight> &b) const { b[idx] = value; }
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user