From 9a2f490130c02ebcc85bbd3dd1ab20acdc152752 Mon Sep 17 00:00:00 2001 From: denzor200 Date: Mon, 24 Jan 2022 23:40:18 +0400 Subject: [PATCH] [githubactions] Fixed reverse_view test for C++03 --- test/sequence/reverse_view.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/sequence/reverse_view.cpp b/test/sequence/reverse_view.cpp index aded1522..356b9b0b 100644 --- a/test/sequence/reverse_view.cpp +++ b/test/sequence/reverse_view.cpp @@ -119,7 +119,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>)); }