Are you proposing to add http://eel.is/c++draft/dcl.decl#def:template,function,abbreviated ?
Similarly but I'm not sure why we would need the concept of
"concepts"... A simple 'auto' keyword should suffice.
On 02/03/2020 07:26, Phil Bouchard via Std-Proposals wrote:
Supposed we have the following syntax:
template <typename T, typename U>
void foo(T t, U u)
{
}
It could be simplified with:
void foo(auto t, auto u)
{
}
(Please include my email in your replies)
Regards,