mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
Merge branch 'delete_copy_assignment_multipoint' into 'master'
arraymem has deleted copy assignment See merge request jschoeberl/netgen!177
This commit is contained in:
commit
ae7f15cacb
@ -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