Fix convert-assign tests for C++98

This commit is contained in:
Andrzej Krzemieński
2021-12-22 10:36:40 +01:00
committed by GitHub
parent 56568445b9
commit 8e86559103

View File

@ -20,7 +20,7 @@ using boost::optional;
struct implicit_bool_conv
{
operator bool() { return true; }
operator bool() const { return false; }
};
struct explicit_bool_conv