Import "voider" from movelib

This commit is contained in:
Ion Gaztañaga
2019-01-03 01:14:53 +01:00
parent d6a7a7f336
commit 98e5f0ee09

View File

@@ -40,6 +40,7 @@ using boost::move_detail::remove_pointer;
using boost::move_detail::add_pointer; using boost::move_detail::add_pointer;
using boost::move_detail::true_type; using boost::move_detail::true_type;
using boost::move_detail::false_type; using boost::move_detail::false_type;
using boost::move_detail::voider;
using boost::move_detail::enable_if_c; using boost::move_detail::enable_if_c;
using boost::move_detail::enable_if; using boost::move_detail::enable_if;
using boost::move_detail::disable_if_c; using boost::move_detail::disable_if_c;