Searched refs:mutable_copy (Results 1 – 1 of 1) sorted by relevance
31 using mutable_copy = boost::mpl::vector<constructible<_self(_self&)>, destructible<> >; typedef52 BOOST_MPL_ASSERT((is_mutable_constructible<any<mutable_copy> >));53 BOOST_MPL_ASSERT_NOT((is_copy_constructible<any<mutable_copy> >));54 BOOST_MPL_ASSERT_NOT((is_move_constructible<any<mutable_copy> >));