mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2024-11-14 10:39:05 +00:00
Merge pull request #70 from kariya-mitsuru/add-missing-right-brace
algorithm/partition_point: add missing right brace
This commit is contained in:
commit
905419eb17
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