From 25a109f8d2974fbf3e64d6cac3979af5e488b625 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Sat, 15 Sep 2018 01:22:18 +0200 Subject: [PATCH] Export boost::move_detail::nat2 and boost::move_detail::nat3 to container detail namespace --- include/boost/container/detail/type_traits.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/boost/container/detail/type_traits.hpp b/include/boost/container/detail/type_traits.hpp index 686cc40..5e90154 100644 --- a/include/boost/container/detail/type_traits.hpp +++ b/include/boost/container/detail/type_traits.hpp @@ -61,6 +61,8 @@ using ::boost::move_detail::is_nothrow_swappable; using ::boost::move_detail::alignment_of; using ::boost::move_detail::aligned_storage; using ::boost::move_detail::nat; +using ::boost::move_detail::nat2; +using ::boost::move_detail::nat3; using ::boost::move_detail::max_align_t; } //namespace dtl {