/*============================================================================= 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 #include #include using namespace boost::fusion; struct non_trivially_copyable { non_trivially_copyable(const non_trivially_copyable&); non_trivially_copyable operator=(const non_trivially_copyable&); }; struct pod { }; BOOST_MPL_ASSERT_NOT((std::is_trivially_copyable)); BOOST_MPL_ASSERT((std::is_trivially_copyable)); BOOST_MPL_ASSERT_NOT((std::is_trivially_copyable)); BOOST_MPL_ASSERT((std::is_trivially_copyable)); BOOST_MPL_ASSERT_NOT((std::is_trivially_copyable)); BOOST_MPL_ASSERT((std::is_trivially_copyable)); BOOST_MPL_ASSERT((std::is_trivially_copyable >)); BOOST_MPL_ASSERT((std::is_trivially_copyable >)); BOOST_MPL_ASSERT((std::is_trivially_copyable >)); BOOST_MPL_ASSERT_NOT((std::is_trivially_copyable >)); BOOST_MPL_ASSERT((std::is_trivially_copyable >)); BOOST_MPL_ASSERT((std::is_trivially_copyable >)); BOOST_MPL_ASSERT((std::is_trivially_copyable >)); BOOST_MPL_ASSERT((std::is_trivially_copyable >)); BOOST_MPL_ASSERT((std::is_trivially_copyable >)); BOOST_MPL_ASSERT((std::is_trivially_copyable >)); BOOST_MPL_ASSERT((std::is_trivially_copyable >)); BOOST_MPL_ASSERT((std::is_trivially_copyable >)); BOOST_MPL_ASSERT((std::is_trivially_copyable >)); BOOST_MPL_ASSERT((std::is_trivially_copyable >)); BOOST_MPL_ASSERT((std::is_trivially_copyable >)); BOOST_MPL_ASSERT((std::is_trivially_copyable >)); BOOST_MPL_ASSERT((std::is_trivially_copyable >)); BOOST_MPL_ASSERT((std::is_trivially_copyable >));