// Copyright 2018 Daniel James. // 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 BOOST_STATIC_ASSERT((boost::is_same::type>::value)); BOOST_STATIC_ASSERT((boost::is_same, boost::detail::make_reference_content::type>::value)); BOOST_STATIC_ASSERT((boost::is_same::apply::type>::value)); BOOST_STATIC_ASSERT((boost::is_same, boost::detail::make_reference_content<>::apply::type>::value)); BOOST_STATIC_ASSERT((boost::has_nothrow_copy::type>::value)); int main() {}