more unit test for opt ref swap and abstract types

This commit is contained in:
Andrzej Krzemienski
2016-02-16 23:49:15 +01:00
parent 143bda7c9f
commit b0602a1161
9 changed files with 66 additions and 124 deletions

View File

@ -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();
}