From 761215549a7dba8e6b53c53c9ce32835d6621b81 Mon Sep 17 00:00:00 2001 From: Kohei Takahashi Date: Tue, 24 Mar 2015 17:27:45 +0900 Subject: [PATCH] Fix extra ';' warning. GCC with '-pedantic' will warn. --- .../phoenix/stl/algorithm/detail/is_unordered_set_or_map.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/phoenix/stl/algorithm/detail/is_unordered_set_or_map.hpp b/include/boost/phoenix/stl/algorithm/detail/is_unordered_set_or_map.hpp index bb12310..34d8230 100644 --- a/include/boost/phoenix/stl/algorithm/detail/is_unordered_set_or_map.hpp +++ b/include/boost/phoenix/stl/algorithm/detail/is_unordered_set_or_map.hpp @@ -136,7 +136,7 @@ namespace boost }; -}; +} #endif