没有可用的复制构造函数或复制构造函数声明为“explicit”

       c:Program FilesMicrosoft Visual Studio .NET 2003Vc7includevector(810) : error C2558: struct“ST_WINDPOWER_HIS_THREEWATERFALL_OUT” : 没有可用的复制构造函数或复制构造函数声明为“explicit”


        c:Program FilesMicrosoft Visual Studio .NET 2003Vc7includevector(809) : 编译类模板成员函数“void std::vector<_Ty>::_Insert_n(std::vector<_Ty>::iterator,std::vector<_Ty>::size_type,const _Ty &)”时
        with
        [
            _Ty=ST_WINDPOWER_HIS_THREEWATERFALL_OUT
        ]

        


       d:*.h(211) : 參见对正在编译的类模板实例化“std::vector<_Ty>”的引用

        with
        [
            _Ty=ST_WINDPOWER_HIS_THREEWATERFALL_OUT
        ]
原文地址:https://www.cnblogs.com/zfyouxi/p/5401051.html