forked from boostorg/optional
more unit test for opt ref swap and abstract types
This commit is contained in:
@ -38,7 +38,7 @@ void test_optional_ref_assignment()
|
||||
int main()
|
||||
{
|
||||
test_optional_ref_assignment<ScopeGuard>();
|
||||
//test_optional_ref_assignment<Abstract>();
|
||||
test_optional_ref_assignment<Abstract>();
|
||||
|
||||
return boost::report_errors();
|
||||
}
|
||||
|
Reference in New Issue
Block a user