Add max_align_t to the namespace.

This commit is contained in:
Ion Gaztañaga
2015-01-06 22:46:51 +01:00
parent 28855001ab
commit 2856b89789

View File

@@ -52,6 +52,7 @@ using ::boost::move_detail::is_nothrow_move_assignable;
using ::boost::move_detail::alignment_of; using ::boost::move_detail::alignment_of;
using ::boost::move_detail::aligned_storage; using ::boost::move_detail::aligned_storage;
using ::boost::move_detail::nat; using ::boost::move_detail::nat;
using ::boost::move_detail::max_align_t;
} //namespace container_detail { } //namespace container_detail {
} //namespace container { } //namespace container {