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