mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-05-12 09:33:30 +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;
|
--lm1;
|
||||||
unsigned n_swaps = 0;
|
unsigned n_swaps = 0;
|
||||||
{
|
{
|
||||||
difference_type delta;
|
difference_type delta = 0;
|
||||||
if (len >= 1000) {
|
if (len >= 1000) {
|
||||||
delta = len / 2;
|
delta = len / 2;
|
||||||
m += delta;
|
m += delta;
|
||||||
|
|
Loading…
Add table
Reference in a new issue