1
0
forked from boostorg/core

Add boost::report_errors to ref_ref_test.

This commit is contained in:
Peter Dimov
2014-06-10 04:40:21 +03:00
parent b6b2147311
commit c5dd995ead

View File

@@ -34,4 +34,6 @@ int main()
boost::reference_wrapper< int const > r = boost::cref( boost::cref( x ) );
BOOST_TEST_EQ( &r.get(), &x );
}
return boost::report_errors();
}