summaryrefslogtreecommitdiff
path: root/boost/container/detail/algorithms.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/container/detail/algorithms.hpp')
-rw-r--r--boost/container/detail/algorithms.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/boost/container/detail/algorithms.hpp b/boost/container/detail/algorithms.hpp
index a2713f50f1..dc09575b24 100644
--- a/boost/container/detail/algorithms.hpp
+++ b/boost/container/detail/algorithms.hpp
@@ -1,6 +1,6 @@
//////////////////////////////////////////////////////////////////////////////
//
-// (C) Copyright Ion Gaztanaga 2005-2011.
+// (C) Copyright Ion Gaztanaga 2005-2012.
//
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
@@ -51,7 +51,7 @@ inline void construct_in_place(A &a, T *dest, emplace_iterator<U, EF, D> ei)
ei.construct_in_place(a, dest);
}
-} //namespace container {
+} //namespace container {
} //namespace boost {
#include <boost/container/detail/config_end.hpp>