mirror of
https://github.com/boostorg/optional.git
synced 2025-07-29 12:07:21 +02:00
Fix convert-assign tests for C++98
This commit is contained in:
committed by
GitHub
parent
56568445b9
commit
8e86559103
@ -20,7 +20,7 @@ using boost::optional;
|
|||||||
|
|
||||||
struct implicit_bool_conv
|
struct implicit_bool_conv
|
||||||
{
|
{
|
||||||
operator bool() { return true; }
|
operator bool() const { return false; }
|
||||||
};
|
};
|
||||||
|
|
||||||
struct explicit_bool_conv
|
struct explicit_bool_conv
|
||||||
|
Reference in New Issue
Block a user