Skip to content
Snippets Groups Projects
Commit ef415826 authored by Marco Clemencic's avatar Marco Clemencic
Browse files

Fix GAUDI-1108: bad ObjectVector and ObjectList copy constructor

mark copy constructor and assignment operator of ObjectList and
ObjectVector as = delete as both ObjectList and ObjectVector assume
they own the pointers they contain, and hence a plain copy or
assignment will result in two object which both assume they own these
pointers.

See merge request !50
parents fecec81e c98b2870
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment