When I complie under VS2015, it occurs error:
e:\bundlefusion\bundlefusion\external\mlib\include\core-mesh\meshdata.cpp(575): error C2280: “ml::MeshData &ml::MeshData::operator =(const ml::MeshData &)”: attempting to reference a deleted function
I refer to the meshdata.cpp and can't find operator =(const ml::MeshData &) definition or declaration. there only exists operator =(const ml::MeshData &&),I suppose maybe this lead to the problem, but when i overload operator =which input parameter is const ml::MeshData &. it doesn't work.
my mlib version is up to date .How can I fix this problem.?
When I complie under VS2015, it occurs error:
e:\bundlefusion\bundlefusion\external\mlib\include\core-mesh\meshdata.cpp(575): error C2280: “ml::MeshData &ml::MeshData::operator =(const ml::MeshData &)”: attempting to reference a deleted function
I refer to the meshdata.cpp and can't find operator =(const ml::MeshData &) definition or declaration. there only exists operator =(const ml::MeshData &&),I suppose maybe this lead to the problem, but when i overload operator =which input parameter is const ml::MeshData &. it doesn't work.
my mlib version is up to date .How can I fix this problem.?