mirror of
https://github.com/boostorg/optional.git
synced 2025-11-03 09:12:11 +01:00
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