mirror of
https://github.com/boostorg/optional.git
synced 2025-11-03 01:02:15 +01:00
fixed optional<optional<T>&> case
This commit is contained in:
@@ -102,6 +102,7 @@ int main()
|
||||
test_all_const_cases<int>();
|
||||
test_all_const_cases<ScopeGuard>();
|
||||
test_all_const_cases<Abstract>();
|
||||
test_all_const_cases< optional<int> >();
|
||||
|
||||
return boost::report_errors();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user