summaryrefslogtreecommitdiff
path: root/boost/container/detail/value_init.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/container/detail/value_init.hpp')
-rw-r--r--boost/container/detail/value_init.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/boost/container/detail/value_init.hpp b/boost/container/detail/value_init.hpp
index afbc9c1e34..ec1a99c56d 100644
--- a/boost/container/detail/value_init.hpp
+++ b/boost/container/detail/value_init.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
@@ -21,7 +21,7 @@
#include <boost/container/detail/workaround.hpp>
namespace boost {
-namespace container {
+namespace container {
namespace container_detail {
template<class T>
@@ -36,8 +36,8 @@ struct value_init
T m_t;
};
-} //namespace container_detail {
-} //namespace container {
+} //namespace container_detail {
+} //namespace container {
} //namespace boost {
#include <boost/container/detail/config_end.hpp>