mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2024-11-14 10:39:05 +00:00
fix cxx14 constexpr
This commit is contained in:
parent
49f4e1c72e
commit
c5d64a7b9c
1 changed files with 1 additions and 1 deletions
|
@ -222,7 +222,7 @@ namespace sprout {
|
|||
--lm1;
|
||||
unsigned n_swaps = 0;
|
||||
{
|
||||
difference_type delta;
|
||||
difference_type delta = 0;
|
||||
if (len >= 1000) {
|
||||
delta = len / 2;
|
||||
m += delta;
|
||||
|
|
Loading…
Reference in a new issue