mirror of
https://github.com/boostorg/optional.git
synced 2026-03-06 22:14:32 +01:00
Fix tests on C++03
This commit is contained in:
@@ -33,7 +33,7 @@ template <typename To, typename From>
|
||||
void test_convert_assign()
|
||||
{
|
||||
optional<To> oi;
|
||||
oi = From{};
|
||||
oi = From();
|
||||
BOOST_TEST(oi);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user