Use explicit operator bool when available

This commit is contained in:
Peter Dimov
2018-01-22 21:13:02 +02:00
parent 8cc57370ca
commit 0b48bb8166
2 changed files with 24 additions and 1 deletions

View File

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