mirror of
https://github.com/boostorg/optional.git
synced 2025-07-14 21:06:37 +02:00
more unit test for opt ref swap and abstract types
This commit is contained in:
@ -101,7 +101,7 @@ int main()
|
||||
{
|
||||
test_all_const_cases<int>();
|
||||
test_all_const_cases<ScopeGuard>();
|
||||
//test_all_const_cases<Abstract>();
|
||||
test_all_const_cases<Abstract>();
|
||||
|
||||
return boost::report_errors();
|
||||
}
|
||||
|
Reference in New Issue
Block a user