mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-26 13:50:33 +05:00
arraymem has deleted copy assignment
This commit is contained in:
parent
164609d63a
commit
ee4dce0eab
@ -111,7 +111,7 @@ namespace netgen
|
|||||||
MultiPointGeomInfo () = default;
|
MultiPointGeomInfo () = default;
|
||||||
MultiPointGeomInfo (const MultiPointGeomInfo&) = default;
|
MultiPointGeomInfo (const MultiPointGeomInfo&) = default;
|
||||||
MultiPointGeomInfo (MultiPointGeomInfo &&) = default;
|
MultiPointGeomInfo (MultiPointGeomInfo &&) = default;
|
||||||
MultiPointGeomInfo & operator= (const MultiPointGeomInfo&) = default;
|
MultiPointGeomInfo & operator= (const MultiPointGeomInfo&) = delete;
|
||||||
MultiPointGeomInfo & operator= (MultiPointGeomInfo&&) = default;
|
MultiPointGeomInfo & operator= (MultiPointGeomInfo&&) = default;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user