From 0c6c0b17e51ed4607046e0aa68ff2a3ecb759cf3 Mon Sep 17 00:00:00 2001 From: Denis Mikhailov Date: Sun, 7 Nov 2021 03:03:18 +0400 Subject: [PATCH] Update reverse_view.cpp --- test/sequence/reverse_view.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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>)); }