Invalid initialization of type using class templates

前端 未结 0 634
广开言路
广开言路 2020-11-30 16:19

I have a rather complicate singleton template starting with

template 
class Singleton {
 public:
    static T& GetInstance(){
    static T          


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