Can an injected class name be used as a type name in a friend declaration?

前端 未结 0 1167
暖寄归人
暖寄归人 2021-01-26 00:21

Consider this code:

template 
class Singleton
{
};

class Logger : public Singleton {
             


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题