1
0
Fork 0
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:
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, 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
// //