Skip to content

VS2015 cimpiler error #14

Description

@Junkai-Liu

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.?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions