Export boost::move_detail::nat2 and boost::move_detail::nat3 to container detail namespace

This commit is contained in:
Ion Gaztañaga
2018-09-15 01:22:18 +02:00
parent 60aea31db7
commit 25a109f8d2

View File

@@ -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 {