diff --git a/sprout/algorithm/partition_point.hpp b/sprout/algorithm/partition_point.hpp index 37dcbbbc..0cc15bb8 100644 --- a/sprout/algorithm/partition_point.hpp +++ b/sprout/algorithm/partition_point.hpp @@ -43,6 +43,7 @@ namespace sprout { first, last, pred, sprout::next(first, sprout::distance(first, last) / 2) ); + } #else // 25.3.13 Partitions //