mirror of
https://github.com/boostorg/exception.git
synced 2025-07-25 18:17:15 +02:00
removed tabs. what's wrong with tabs anyway?
[SVN r44246]
This commit is contained in:
@ -34,8 +34,8 @@ n2
|
||||
int
|
||||
main()
|
||||
{
|
||||
BOOST_TEST( !boost::is_output_streamable<n1::c1>::value );
|
||||
BOOST_TEST( boost::is_output_streamable<n2::c2>::value );
|
||||
BOOST_TEST( boost::is_output_streamable<int>::value );
|
||||
BOOST_TEST( !boost::is_output_streamable<n1::c1>::value );
|
||||
BOOST_TEST( boost::is_output_streamable<n2::c2>::value );
|
||||
BOOST_TEST( boost::is_output_streamable<int>::value );
|
||||
return boost::report_errors();
|
||||
}
|
||||
|
Reference in New Issue
Block a user