summaryrefslogtreecommitdiff
path: root/boost/hana/pair.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/hana/pair.hpp')
-rw-r--r--boost/hana/pair.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/boost/hana/pair.hpp b/boost/hana/pair.hpp
index d88b8ad8d4..9d29b49e05 100644
--- a/boost/hana/pair.hpp
+++ b/boost/hana/pair.hpp
@@ -2,7 +2,7 @@
@file
Defines `boost::hana::pair`.
-@copyright Louis Dionne 2013-2017
+Copyright Louis Dionne 2013-2022
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt)
*/
@@ -27,7 +27,7 @@ Distributed under the Boost Software License, Version 1.0.
#include <utility>
-BOOST_HANA_NAMESPACE_BEGIN
+namespace boost { namespace hana {
namespace detail {
template <int> struct pix; // pair index
}
@@ -206,6 +206,6 @@ BOOST_HANA_NAMESPACE_BEGIN
);
}
};
-BOOST_HANA_NAMESPACE_END
+}} // end namespace boost::hana
#endif // !BOOST_HANA_PAIR_HPP