Date: Wed, 28 Aug 2019 20:24:52 +0300
In the C++ 20 Standard (13.1 Template parameters) there is written
11. .... If a friend function template declaration specifies a default template-argument, that declaration shall be a definition and shall be the only declaration of the function template in the translation unit.
So what to do in this case when an explicit specialization of the function is required? The name of the template is not visible outside the class where it is defined.
With best regards,
Vlad from Moscow
You can meet me at http://cpp.forum24.ru/ or www.stackoverflow.com or http://ru.stackoverflow.com
11. .... If a friend function template declaration specifies a default template-argument, that declaration shall be a definition and shall be the only declaration of the function template in the translation unit.
So what to do in this case when an explicit specialization of the function is required? The name of the template is not visible outside the class where it is defined.
With best regards,
Vlad from Moscow
You can meet me at http://cpp.forum24.ru/ or www.stackoverflow.com or http://ru.stackoverflow.com
Received on 2019-08-28 12:26:58