mirror of
https://github.com/boostorg/histogram.git
synced 2026-01-29 07:32:23 +00:00
fix
This commit is contained in:
@@ -464,6 +464,8 @@ struct adaptive_storage {
|
||||
return t == u;
|
||||
}
|
||||
|
||||
bool operator()(const mp_int& t, const mp_int& u) { return u == t; }
|
||||
|
||||
bool operator()(const mp_int& t, const double& u) {
|
||||
return static_cast<double>(t) == u;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user