Unordered: Fix destroy to match construct in last commit.

[SVN r78368]
This commit is contained in:
Daniel James
2012-05-07 18:09:25 +00:00
parent cd88cb4a30
commit 6b44f3b887

View File

@ -472,7 +472,8 @@ namespace boost { namespace unordered { namespace detail {
#endif
#if defined(BOOST_UNORDERED_VARIADIC_MOVE)
#if BOOST_UNORDERED_DETAIL_FULL_CONSTRUCT
template <typename T>
static typename boost::enable_if_c<
boost::unordered::detail::has_destroy<Alloc, T>::value>::type