Use better syntax for concept constraint

This commit is contained in:
Alex Campos
2019-05-10 14:43:13 -07:00
parent b73574a32b
commit f071920d7f

View File

@@ -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)
{
// ...
}