mirror of
https://github.com/boostorg/optional.git
synced 2026-07-06 08:30:56 +02:00
fix bug with factories + conversions
This commit is contained in:
@@ -32,6 +32,7 @@ void test()
|
||||
//BOOST_TEST(v);
|
||||
boost::optional<boost::optional<int>> vv;
|
||||
bool xx = vv?true : false;
|
||||
(void)xx;
|
||||
BOOST_TEST_EQ(*v, 7);
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user