You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// workaround from https://github.com/scylladb/scylladb/commit/51d09e6a2a407ea9b9ad380ba30e5558a25bb8be#diff-81e6758bbedbe566a51706c5af1ea68be225c36feb68983c3de0a69138f01264R73
445
+
staticautoconst min = UnscaledValue_t{std::numeric_limits<double>::lowest()};
446
+
staticautoconst max = UnscaledValue_t{std::numeric_limits<double>::max()};
0 commit comments