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

@ -33,7 +33,7 @@ void test_all_const_cases()
int main()
{
test_all_const_cases<ScopeGuard>();
//test_all_const_cases<Abstract>();
test_all_const_cases<Abstract>();
return boost::report_errors();
}