@@ -407,4 +407,4 @@
/// using this function.
LargeValue cycleLength() const {
return _best_length;
Value cycleLength() const {
return static_cast<Value>(_best_length);
}
@@ -386,4 +386,4 @@
@@ -394,4 +394,4 @@
return _cycle_length;
return static_cast<Value>(_cycle_length);