fix bug with factories + conversions

This commit is contained in:
Andrzej Krzemienski
2026-02-10 22:02:50 +01:00
parent 046357ce54
commit 938502da88
3 changed files with 40 additions and 2 deletions
@@ -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
}