Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Amend class template instantiation test for bug 207840
Enabling C++17 deduction guides unconditionally causes one of the tests for template instantiation to fail because one of instantiations can be done via implicit deduction guide using default template arguments. Test case is covering issue https://bugs.eclipse.org/bugs/show_bug.cgi?id=207840 and remaining erroneous cases are not affected. Amend the test and comment about change since C++17.
- Loading branch information