From 1e5a4ad35ee31fb1531ff6cc307755b4dbb39b56 Mon Sep 17 00:00:00 2001 From: Marcel Raad Date: Mon, 25 Feb 2019 10:19:45 +0100 Subject: [PATCH] Fix -Wextra-semi clang warnings Remove superfluous semicola. --- include/boost/detail/allocator_utilities.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/boost/detail/allocator_utilities.hpp b/include/boost/detail/allocator_utilities.hpp index b9778a9..056ba37 100644 --- a/include/boost/detail/allocator_utilities.hpp +++ b/include/boost/detail/allocator_utilities.hpp @@ -44,7 +44,7 @@ public: typedef Type value_type; - partial_std_allocator_wrapper(){}; + partial_std_allocator_wrapper(){} template partial_std_allocator_wrapper(const partial_std_allocator_wrapper&){} @@ -52,7 +52,7 @@ public: partial_std_allocator_wrapper(const std::allocator& x): std::allocator(x) { - }; + } #if defined(BOOST_DINKUMWARE_STDLIB) /* Dinkumware guys didn't provide a means to call allocate() without