有人能解释一下为什么我在这里遇到编译错误-错误C2558:类“std::auto_ptr”:没有可用的复制构造函数或复制构造函数被声明为“显式”#include#include#includetemplatestructtest{typedefstd::auto_ptrdataptr;typedefstd::auto_ptr>testptr;test(constT&data):data_(newT(data)){};voidadd_other(constT&other){others_.push_back(testptr(newtest(other)));}private:datapt