mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-26 05:50:32 +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 (const MultiPointGeomInfo&) = default;
|
||||
MultiPointGeomInfo (MultiPointGeomInfo &&) = default;
|
||||
MultiPointGeomInfo & operator= (const MultiPointGeomInfo&) = default;
|
||||
MultiPointGeomInfo & operator= (const MultiPointGeomInfo&) = delete;
|
||||
MultiPointGeomInfo & operator= (MultiPointGeomInfo&&) = default;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user