mirror of
https://github.com/boostorg/system.git
synced 2025-10-04 11:40:57 +02:00
Use explicit operator bool when available
This commit is contained in:
@@ -30,7 +30,7 @@ int main()
|
||||
|
||||
BOOST_TEST( bt.equivalent( ev, bn ) );
|
||||
|
||||
BOOST_TEST_EQ( bc, bn );
|
||||
BOOST_TEST( bc == bn );
|
||||
|
||||
return boost::report_errors();
|
||||
}
|
||||
|
Reference in New Issue
Block a user