diff --git a/test/sequence/reverse_view.cpp b/test/sequence/reverse_view.cpp index 356b9b0b..4e6688f5 100644 --- a/test/sequence/reverse_view.cpp +++ b/test/sequence/reverse_view.cpp @@ -1,6 +1,5 @@ /*============================================================================= Copyright (c) 2001-2011 Joel de Guzman - Copyright (c) 2021-2022 Denis Mikhailov 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) @@ -16,9 +15,6 @@ #include #include #include -#include -#include -#include #include #include #include @@ -119,7 +115,7 @@ main() && at_key< boost::mpl::int_<0> >(rev) == "new_zero" )); BOOST_MPL_ASSERT((boost::mpl::and_ > , boost::mpl::not_ > > >)); - BOOST_MPL_ASSERT((boost::is_same >::type, std::string&>)); + BOOST_MPL_ASSERT((boost::is_same>::type, std::string&>)); BOOST_MPL_ASSERT((boost::is_same >::type, std::string>)); }