algorithm/partition_point: add missing right brace

This commit is contained in:
Mitsuru Kariya 2015-03-11 14:31:47 +09:00
parent 157e8268c6
commit f8dbbbec87

View file

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