summaryrefslogtreecommitdiff
path: root/boost/detail/allocator_utilities.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/detail/allocator_utilities.hpp')
-rw-r--r--boost/detail/allocator_utilities.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/boost/detail/allocator_utilities.hpp b/boost/detail/allocator_utilities.hpp
index b9778a92e7..056ba37e2c 100644
--- a/boost/detail/allocator_utilities.hpp
+++ b/boost/detail/allocator_utilities.hpp
@@ -44,7 +44,7 @@ public:
typedef Type value_type;
- partial_std_allocator_wrapper(){};
+ partial_std_allocator_wrapper(){}
template<typename Other>
partial_std_allocator_wrapper(const partial_std_allocator_wrapper<Other>&){}
@@ -52,7 +52,7 @@ public:
partial_std_allocator_wrapper(const std::allocator<Type>& x):
std::allocator<Type>(x)
{
- };
+ }
#if defined(BOOST_DINKUMWARE_STDLIB)
/* Dinkumware guys didn't provide a means to call allocate() without