Merge pull request #70 from kariya-mitsuru/add-missing-right-brace

algorithm/partition_point: add missing right brace
This commit is contained in:
Bolero MURAKAMI 2015-03-11 14:40:45 +09:00
commit 905419eb17

View file

@ -43,6 +43,7 @@ namespace sprout {
first, last, pred,
sprout::next(first, sprout::distance(first, last) / 2)
);
}
#else
// 25.3.13 Partitions
//