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>)); }