forked from boostorg/optional
fixed optional<optional<T>&> case
This commit is contained in:
@ -39,6 +39,7 @@ int main()
|
||||
{
|
||||
test_optional_ref_assignment<ScopeGuard>();
|
||||
test_optional_ref_assignment<Abstract>();
|
||||
test_optional_ref_assignment< optional<int> >();
|
||||
|
||||
return boost::report_errors();
|
||||
}
|
||||
|
Reference in New Issue
Block a user