Home
last modified time | relevance | path

Searched refs:mutable_copy (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/type_erasure/test/
Dtest_sfinae.cpp31 using mutable_copy = boost::mpl::vector<constructible<_self(_self&)>, destructible<> >; typedef
52 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> >));