mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2024-11-12 21:09:01 +00:00
algorithm/partition_point: add missing right brace
This commit is contained in:
parent
157e8268c6
commit
f8dbbbec87
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ namespace sprout {
|
||||||
first, last, pred,
|
first, last, pred,
|
||||||
sprout::next(first, sprout::distance(first, last) / 2)
|
sprout::next(first, sprout::distance(first, last) / 2)
|
||||||
);
|
);
|
||||||
|
}
|
||||||
#else
|
#else
|
||||||
// 25.3.13 Partitions
|
// 25.3.13 Partitions
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in a new issue