You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why is it not possible to declare TEMPLATE_TEST_CASE_SIG with two typename parameters, as presented in the example below?
TEMPLATE_TEST_CASE_SIG("TemplateTestSig: arrays can be created from NTTP arguments", "[vector][template][nttp]",
((typename T, typename V), T, V), (int, double))
{
}
The error follows:
error: call of overloaded 'get_wrapper<int, double>()' is ambiguous
159 | TEMPLATE_TEST_CASE_SIG("TemplateTestSig: arrays can be created from NTTP arguments", "[vector][template][nttp]",
| ^~~~~~~~~~~~~~~~~~~~~~