1
0
forked from boostorg/mp11

Add mp_remove_if_q

This commit is contained in:
Peter Dimov
2017-10-21 22:13:35 +03:00
parent 5741ce6657
commit 4cd6a4ff45
5 changed files with 83 additions and 3 deletions

View File

@@ -51,10 +51,10 @@ int main()
BOOST_TEST_TRAIT_TRUE((std::is_same<mp_remove_if<L2, std::is_pointer>, std::tuple<X1, X1 const, X2 const>>));
}
using boost::mp11::mp_iota_c;
using boost::mp11::mp_size_t;
using boost::mp11::mp_iota_c;
using boost::mp11::mp_size_t;
{
{
int const N = 12;
using L1 = mp_iota_c<N>;