forked from boostorg/core
Add boost::report_errors to ref_ref_test.
This commit is contained in:
@ -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();
|
||||
}
|
||||
|
Reference in New Issue
Block a user