From 2856b8978990829eddbfb6aa71926c50b7ef43ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Tue, 6 Jan 2015 22:46:51 +0100 Subject: [PATCH] Add max_align_t to the namespace. --- include/boost/container/detail/type_traits.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/boost/container/detail/type_traits.hpp b/include/boost/container/detail/type_traits.hpp index 496562d..b28fa78 100644 --- a/include/boost/container/detail/type_traits.hpp +++ b/include/boost/container/detail/type_traits.hpp @@ -52,6 +52,7 @@ using ::boost::move_detail::is_nothrow_move_assignable; using ::boost::move_detail::alignment_of; using ::boost::move_detail::aligned_storage; using ::boost::move_detail::nat; +using ::boost::move_detail::max_align_t; } //namespace container_detail { } //namespace container {