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,

--

Phil Bouchard
Founder
C.: (819) 328-4743

Fornux Logo