// Copyright 2015-2017 Peter Dimov. // // Distributed under the Boost Software License, Version 1.0. // // See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt #include #include #include #include #include #include template struct W; int main() { using boost::mp11::mp_list; using boost::mp11::mp_append; using boost::mp11::mp_iota_c; using boost::mp11::mp_transform; using boost::mp11::mp_rename; using boost::mp11::mp_push_front; using L1 = mp_iota_c<125>; using L2 = mp_transform; using L3 = mp_push_front>; using L4 = mp_rename; BOOST_TEST_TRAIT_TRUE((std::is_same)); // return boost::report_errors(); }