Hacker News new | ask | show | jobs
by jcelerier 2116 days ago
with concepts you also get

    void f(auto x) { } 
or

    void f(Sortable auto x) { } 
as a bonus, which is super neat imho and will reduce the amount of template<> syntax verbosity by a good margin