]> OCCT Git - occt.git/commit
0025618: Avoid classes with an assignment operator and not implementing both a destru...
authorazn <azn@opencascade.com>
Wed, 17 Dec 2014 08:06:13 +0000 (11:06 +0300)
committerkgv <kgv@opencascade.com>
Thu, 24 Sep 2015 11:14:32 +0000 (14:14 +0300)
commit4dff6a1bcb4f533047aeccd02a831069f1014c23
tree0631351988bc4f80782c55b68324fad163168dd8
parent6928e35131cb6f258abcc145d95211f65dd4109e
0025618: Avoid classes with an assignment operator and not implementing both a destructor and a copy constructor

User-defined assignment operator is removed in the classes IntPolyh_StartPoint and Quantity_Color, as default assignment will be OK
src/IntPolyh/IntPolyh_StartPoint.cxx
src/IntPolyh/IntPolyh_StartPoint.hxx
src/Quantity/Quantity_Color.cxx
src/Quantity/Quantity_Color.hxx