/*============================================================================= Copyright (c) 2016 Lee Clagett Copyright (c) 2018 Kohei Takahashi 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 #ifdef BOOST_NO_CXX11_VARIADIC_TEMPLATES # error "does not meet requirements" #endif #include #include #include using namespace boost; using namespace boost::fusion::detail; BOOST_MPL_ASSERT((and_<>)); BOOST_MPL_ASSERT_NOT((and_)); BOOST_MPL_ASSERT((and_)); BOOST_MPL_ASSERT_NOT((and_)); BOOST_MPL_ASSERT((and_)); BOOST_MPL_ASSERT_NOT((and_)); BOOST_MPL_ASSERT((and_)); BOOST_MPL_ASSERT((and_));