Use better syntax for concept constraint

pull/1422/head
Alex Campos 7 years ago
parent b73574a32b
commit f071920d7f

@ -17536,8 +17536,7 @@ Because that's the best we can do without direct concept support.
}
// Equivalent to:
template <Integral T>
void f(T v)
void f(Integral v)
{
// ...
}

Loading…
Cancel
Save