From f8dbbbec8773399c57c7e883b2fc048f102a5793 Mon Sep 17 00:00:00 2001 From: Mitsuru Kariya Date: Wed, 11 Mar 2015 14:31:47 +0900 Subject: [PATCH] algorithm/partition_point: add missing right brace --- sprout/algorithm/partition_point.hpp | 1 + 1 file changed, 1 insertion(+) 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 //