Da "Std-Proposals" std-proposals-bounces@lists.isocpp.org
A "Krystian Stasiowski via Std-Proposals" std-proposals@lists.isocpp.org
Cc "Lyberta" lyberta@lyberta.net
Data Mon, 09 Sep 2019 21:07:00 +0000
Oggetto Re: [std-proposals] Function partial template specialization
Krystian Stasiowski via Std-Proposals: > AFAIK, the reason why we don't have this is because function overloading in combination with type deduction effectively does the same thing as a partial specialization of a function. > null You can also use concepts in C++20 and the API will look good this way. |