Home
last modified time | relevance | path

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

/third_party/boost/libs/type_erasure/test/
Dtest_sfinae.cpp28 using is_mutable_constructible = boost::is_constructible<T, T&>; typedef
43 BOOST_MPL_ASSERT_NOT((is_mutable_constructible<any<destructible<> > >));
46 BOOST_MPL_ASSERT((is_mutable_constructible<any<copy_constructible<> > >));
49 BOOST_MPL_ASSERT_NOT((is_mutable_constructible<any<move_constructible> >));
52 BOOST_MPL_ASSERT((is_mutable_constructible<any<mutable_copy> >));